From 60b2990e397faccd6a2f4f1cf7f2285e45fb1876 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 May 2002 16:47:22 +0000 Subject: [PATCH] using configure.ac causes problems. switching back to configure.in --- bootstrap | 2 +- configure.ac => configure.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename configure.ac => configure.in (99%) diff --git a/bootstrap b/bootstrap index 3c3044d3..25d9e091 100755 --- a/bootstrap +++ b/bootstrap @@ -6,8 +6,8 @@ sh() { sh autoheader sh aclocal -sh automake --foreign --include-deps --add-missing sh autoconf +sh automake --foreign --include-deps --add-missing echo echo You are now ready to run ./configure diff --git a/configure.ac b/configure.in similarity index 99% rename from configure.ac rename to configure.in index ae460597..8b58a62c 100644 --- a/configure.ac +++ b/configure.in @@ -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) -AC_CONFIG_HEADERS(config.h) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix" -- 2.39.2