using configure.ac causes problems. switching back to configure.in
authorDana Jansens <danakj@orodu.net>
Sat, 25 May 2002 16:47:22 +0000 (16:47 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 25 May 2002 16:47:22 +0000 (16:47 +0000)
bootstrap
configure.in [moved from configure.ac with 99% similarity]

index 3c3044d..25d9e09 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -6,8 +6,8 @@ sh() {
 
 sh autoheader
 sh aclocal
 
 sh autoheader
 sh aclocal
-sh automake --foreign --include-deps --add-missing
 sh autoconf
 sh autoconf
+sh automake --foreign --include-deps --add-missing
 
 echo
 echo You are now ready to run ./configure
 
 echo
 echo You are now ready to run ./configure
similarity index 99%
rename from configure.ac
rename to configure.in
index ae46059..8b58a62 100644 (file)
@@ -2,7 +2,6 @@ dnl configure.in for Openbox
 dnl Initialize autoconf and automake
 AC_INIT(src/blackbox.cc)
 AM_INIT_AUTOMAKE(openbox,2.0.0,no-define)
 dnl Initialize autoconf and automake
 AC_INIT(src/blackbox.cc)
 AM_INIT_AUTOMAKE(openbox,2.0.0,no-define)
-AC_CONFIG_HEADERS(config.h)
 
 dnl Determine default prefix
 test x$prefix = "xNONE" && prefix="$ac_default_prefix"
 
 dnl Determine default prefix
 test x$prefix = "xNONE" && prefix="$ac_default_prefix"