1
0
Fork 0

What sucks? Autoconf sucks.

This commit is contained in:
James Turner 2010-11-13 11:18:19 -08:00
parent 1dbe833579
commit b3c6f94b89

View file

@ -1,7 +1,7 @@
dnl Process this file with autogen.sh to produce a working configure dnl Process this file with autogen.sh to produce a working configure
dnl script. 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 dnl Ensure touching the version causes autoconf to re-run
AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/version']) AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/version'])