]> git.mxchange.org Git - simgear.git/blobdiff - configure.ac
Several fixes and tweaks.
[simgear.git] / configure.ac
index 5eefe40dc0305ee4b534384f7bef1ef982bad075..bad3412ac3faff90eb5d08d608613ecadaed9f61 100644 (file)
@@ -6,8 +6,8 @@ dnl $Id$
 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)
@@ -329,7 +329,7 @@ AC_FUNC_VPRINTF
 AC_CHECK_FUNCS( ftime gettimeofday timegm memcpy bcopy mktime strstr rand \
        random drand48 setitimer getitimer signal GetLocalTime rint getrusage )
 
-AM_CONFIG_HEADER([simgear/simgear_config.h])
+AM_CONFIG_HEADER(simgear/simgear_config.h)
 
 AC_CONFIG_FILES([ \
        Makefile \