]> git.mxchange.org Git - simgear.git/commitdiff
Added an include file that reports the current SimGear version.
authorcurt <curt>
Tue, 22 Feb 2000 04:32:16 +0000 (04:32 +0000)
committercurt <curt>
Tue, 22 Feb 2000 04:32:16 +0000 (04:32 +0000)
VERSION.in [deleted file]
configure.in
mksymlinks.sh

diff --git a/VERSION.in b/VERSION.in
deleted file mode 100644 (file)
index d78bda9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-@VERSION@
index 2c2e266cf1c7a42a438fffa38e2a7ec779add40e..6ffa067d8626132e9b5451be3350bb09b1e99bbc 100644 (file)
@@ -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 \
index 8b8cc960b6734ddf9d5776bee64bdd7eb915c98e..8ff39f1cd9dca6be2394f294db70f8013f7fa598 100755 (executable)
@@ -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