From: James Turner Date: Sat, 13 Nov 2010 20:29:38 +0000 (-0800) Subject: Another attempt at placating the shell. Everything sucks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff97931250a8a43ddb4634868ddfa7c6db9762fb;p=flightgear.git Another attempt at placating the shell. Everything sucks. --- diff --git a/configure.ac b/configure.ac index 1320db791..82d017f2d 100644 --- a/configure.ac +++ b/configure.ac @@ -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'])