Attempting more fixes to our autoconf/make scripts.

This commit is contained in:
curt
2002-08-28 14:08:12 +00:00
parent c4cfad6069
commit d8b523d067
2 changed files with 2 additions and 2 deletions

View 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)