Undo configure.ac changes
authorKeith Edmunds <keith@midnighthax.com>
Tue, 20 Jan 2004 11:50:07 +0000 (11:50 +0000)
committerKeith Edmunds <keith@midnighthax.com>
Tue, 20 Jan 2004 11:50:07 +0000 (11:50 +0000)
ChangeLog.claws
configure.ac

index 479e6945b9a0dc59aa790de299b9f9bf5c610669..e3ee8d5ea24c044368bc399016bdf19b4fc1c8c3 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-20 [keith]     0.9.8claws38
+
+       * configure.ac
+               Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
+
 2004-01-20 [paul]      0.9.8claws37
 
        * src/prefs_fonts.c
index bcbcf4bb13e44c9b79bc450121d7a32c960a724b..56c180bf686cd0205daa179db36bfbc5d7ad68c3 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=8
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=37
+EXTRA_VERSION=38
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
@@ -60,7 +60,7 @@ AC_SUBST(LT_REVISION)
 AC_SUBST(LT_AGE)
 
 dnl Specify a header configuration file
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE