What sucks? Autoconf sucks.
This commit is contained in:
parent
1dbe833579
commit
b3c6f94b89
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||||
|
|
Loading…
Reference in a new issue