From: curt Date: Thu, 27 Apr 2000 01:28:22 +0000 (+0000) Subject: cygwin32 fix for gdbm X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13af44305752f74564148d5997247eb3802da36b;p=simgear.git cygwin32 fix for gdbm --- diff --git a/configure.in b/configure.in index 60efa870..12566086 100644 --- a/configure.in +++ b/configure.in @@ -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"