]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
Several fixes and tweaks.
[simgear.git] / configure.ac
index 3fdc71ed652ef79bc926c8627f2c8ea580796852..bad3412ac3faff90eb5d08d608613ecadaed9f61 100644 (file)
@@ -3,10 +3,11 @@ dnl working configure script.
 dnl
 dnl $Id$
 
-AC_INIT(simgear/bucket/newbucket.cxx)
+AC_INIT
+AC_CONFIG_SRCDIR([simgear/bucket/newbucket.cxx])
 
-# Require at least automake 2.53
-AC_PREREQ(2.53)
+# Require at least automake 2.52
+AC_PREREQ(2.52)
 
 dnl Initialize the automake stuff
 AM_INIT_AUTOMAKE(SimGear, 0.0.19pre1)
@@ -330,7 +331,7 @@ AC_CHECK_FUNCS( ftime gettimeofday timegm memcpy bcopy mktime strstr rand \
 
 AM_CONFIG_HEADER(simgear/simgear_config.h)
 
-AC_OUTPUT( \
+AC_CONFIG_FILES([ \
        Makefile \
        SimGear.spec \
        src-libs/Makefile \
@@ -353,9 +354,9 @@ AC_OUTPUT( \
        simgear/timing/Makefile \
        simgear/xgl/Makefile \
        simgear/xml/Makefile \
-)
+])
+AC_OUTPUT
 
-# AC_OUTPUT_COMMANDS([])
 
 echo ""
 echo "Configure Summary"