]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
Use the double precission pow() function to get Solaris compiling.
[simgear.git] / configure.ac
index 70f33fdf69adf06ddcf6cc0dadcf04665af0bf28..24595cf85f085c3352fe00446200f97a197c8182 100644 (file)
@@ -1,7 +1,5 @@
 dnl Process this file with autoget.sh to produce a working configure
 dnl script.
-dnl
-dnl $Id$
 
 AC_INIT
 AC_CONFIG_SRCDIR([simgear/bucket/newbucket.cxx])
@@ -10,7 +8,7 @@ dnl Require at least automake 2.52
 AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.3.7)
+AM_INIT_AUTOMAKE(SimGear, 0.3.8-pre2)
 
 dnl Specify KAI C++ compiler and flags.
 dnl Borrowed with slight modification from blitz distribution.