removed AM_INIT_AUTOMAKE because of maintainer mode
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 10 Feb 2002 15:52:36 +0000 (15:52 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 10 Feb 2002 15:52:36 +0000 (15:52 +0000)
Original commit message from CVS:
removed AM_INIT_AUTOMAKE because of maintainer mode

m4/as-version.m4

index 11b7ca654f6ca0f1333e83bd05bf9dfa7190ace5..5b495453529e3ae1c1e5912334033e974752d6b1 100644 (file)
@@ -1,4 +1,4 @@
-dnl version.m4 0.0.3
+dnl version.m4 0.0.4
 dnl autostars m4 macro for versioning
 dnl thomas@apestaart.org
 dnl
@@ -14,7 +14,8 @@ dnl - defines [$PREFIX], VERSION, and [$PREFIX]_RELEASE
 dnl - executes the relevant action
 dnl - AC_SUBST's PACKAGE, VERSION, [$PREFIX] and [$PREFIX]_RELEASE
 dnl   as well as the little ones
-dnl - calls AM_INIT_AUTOMAKE
+dnl - doesn't call AM_INIT_AUTOMAKE anymore because it prevents
+dnl   maintainer mode from running ok
 dnl
 dnl don't forget to put #undef [$2] and [$2]_RELEASE in acconfig.h
 
@@ -53,5 +54,4 @@ AC_DEFUN(AS_VERSION,
   AC_SUBST(PACKAGE)
   AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
   AC_SUBST(VERSION)
-  AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 ])