From: curt Date: Tue, 22 Feb 2000 04:32:16 +0000 (+0000) Subject: Added an include file that reports the current SimGear version. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4416df8c390b31240914df543f7f39394d6db657;p=simgear.git Added an include file that reports the current SimGear version. --- diff --git a/VERSION.in b/VERSION.in deleted file mode 100644 index d78bda93..00000000 --- a/VERSION.in +++ /dev/null @@ -1 +0,0 @@ -@VERSION@ diff --git a/configure.in b/configure.in index 2c2e266c..6ffa067d 100644 --- a/configure.in +++ b/configure.in @@ -226,10 +226,10 @@ AC_CHECK_FUNCS( ftime gettimeofday timegm memcpy bcopy mktime strstr rand \ AM_CONFIG_HEADER(src/include/config.h) AC_OUTPUT( \ - VERSION \ Makefile \ src/Makefile \ src/include/Makefile \ + src/include/version.h \ src/bucket/Makefile \ src/debug/Makefile \ src/math/Makefile \ diff --git a/mksymlinks.sh b/mksymlinks.sh index 8b8cc960..8ff39f1c 100755 --- a/mksymlinks.sh +++ b/mksymlinks.sh @@ -20,6 +20,7 @@ ln -s ../include/compiler.h src/simgear/compiler.h ln -s ../include/constants.h src/simgear/constants.h ln -s ../include/fg_traits.hxx src/simgear/fg_traits.hxx ln -s ../include/fg_zlib.h src/simgear/fg_zlib.h +ln -s ../include/version.h src/simgear/version.h ln -s ../../bucket/newbucket.hxx src/simgear/bucket/newbucket.hxx