From ff97931250a8a43ddb4634868ddfa7c6db9762fb Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 13 Nov 2010 12:29:38 -0800 Subject: [PATCH] Another attempt at placating the shell. Everything sucks. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) -- 2.39.5