]> git.mxchange.org Git - simgear.git/blobdiff - configure.in
Added JavaScript interpreter, repackaged by Tony Peden. It's not tied
[simgear.git] / configure.in
index 161c075534cec4a7d4651c737ffc0c898c8ee616..8493bcb4d90eafee23eae95baa357fb0809cd3bf 100644 (file)
@@ -9,7 +9,7 @@ AC_INIT(simgear/bucket/newbucket.cxx)
 AC_PREREQ(2.13)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.18)
+AM_INIT_AUTOMAKE(SimGear, 0.0.19pre1)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.
@@ -343,6 +343,7 @@ AC_OUTPUT( \
        simgear/bucket/Makefile \
        simgear/debug/Makefile \
        simgear/ephemeris/Makefile \
+       simgear/interpreter/Makefile \
        simgear/io/Makefile \
        simgear/magvar/Makefile \
        simgear/math/Makefile \