]> git.mxchange.org Git - simgear.git/commitdiff
cygwin32 fix for gdbm
authorcurt <curt>
Thu, 27 Apr 2000 01:28:22 +0000 (01:28 +0000)
committercurt <curt>
Thu, 27 Apr 2000 01:28:22 +0000 (01:28 +0000)
configure.in

index 60efa870238817200ba66f73dae7eddc814f7f32..125660869bc1ce283ea9e4ca4b7930670fb4661e 100644 (file)
@@ -6,7 +6,7 @@ dnl $Id$
 AC_INIT(simgear/bucket/newbucket.cxx)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(SimGear, 0.0.7)
+AM_INIT_AUTOMAKE(SimGear, 0.0.8)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
@@ -255,7 +255,11 @@ AC_OUTPUT( \
        simgear/zlib/Makefile \
 )
 
-# AC_OUTPUT_COMMANDS([./mksymlinks.sh])
+AC_OUTPUT_COMMANDS([
+       if test "x$ac_cv_header_windows_h" = "xyes" ; then
+               cp simgear/gdbm/autoconf.h.cygwin32 simgear/gdbm/autoconf.h
+       fi
+])
 
 echo ""
 echo "Configure Summary"