]> git.mxchange.org Git - flightgear.git/commitdiff
Another attempt at placating the shell. Everything sucks.
authorJames Turner <zakalawe@mac.com>
Sat, 13 Nov 2010 20:29:38 +0000 (12:29 -0800)
committerJames Turner <zakalawe@mac.com>
Sat, 13 Nov 2010 20:29:38 +0000 (12:29 -0800)
configure.ac

index 1320db791cf95c524d2e450ac2c41ec2e5cb7b38..82d017f2db10afb097d534382fe1f8c0dc519d9b 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 | tr -d '\n']), [http://www.flightgear.org])
 
 dnl Ensure touching the version causes autoconf to re-run
 AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/version'])