]> git.mxchange.org Git - flightgear.git/commitdiff
What sucks? Autoconf sucks.
authorJames Turner <zakalawe@mac.com>
Sat, 13 Nov 2010 19:18:19 +0000 (11:18 -0800)
committerJames Turner <zakalawe@mac.com>
Sat, 13 Nov 2010 19:18:19 +0000 (11:18 -0800)
configure.ac

index c109ffd8e23f63a27982e6f7fb613f0ab9cd5449..1320db791cf95c524d2e450ac2c41ec2e5cb7b38 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autogen.sh to produce a working configure
 dnl script.
 
-AC_INIT(FlightGear, m4_esyscmd([cat ./version]), [http://www.flightgear.org/])
+AC_INIT(FlightGear, m4_esyscmd([cat version]), [http://www.flightgear.org])
 
 dnl Ensure touching the version causes autoconf to re-run
 AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/version'])