]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* configure.ac (pkgdatadir): Move the invocation of AC_INIT_AUTOMAKE
authorRaja R Harinath <harinath@cs.umn.edu>
Tue, 30 Oct 2001 23:35:59 +0000 (23:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 30 Oct 2001 23:35:59 +0000 (23:35 +0000)
before the use of $PACKAGE in $pkgdatadir.
Reported by Bob Friesenhahn <bfreisen@simple.dallas.tx.us>

ChangeLog
configure.ac

index 630c0896fb4c97c5f2d5446ddb5862d899a7e8f7..b51a1f1c5f6488f5c2bc4d4ccb4fe4f7ba70740f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-31  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * configure.ac (pkgdatadir): Move the invocation of AC_INIT_AUTOMAKE
+       before the use of $PACKAGE in $pkgdatadir.
+       Reported by Bob Friesenhahn <bfreisen@simple.dallas.tx.us>
+
 2001-10-28  Gary V. Vaughan  <gary@gnu.org>
 
        From Tom Bates  <Tom.Bates@compaq.com>:
index c6a78b8d1f7c8c9f1aed87847918b7db0ff66826..0f0be4e08991cdf2c29795381d619cee58fb2f65 100644 (file)
@@ -49,6 +49,13 @@ AC_SUBST([TIMESTAMP])
 
 
 
+## ------------------------ ##
+## Automake Initialisation. ##
+## ------------------------ ##
+AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+
+
+
 ## ------------------------------- ##
 ## Libtool specific configuration. ##
 ## ------------------------------- ##
@@ -82,13 +89,6 @@ AC_SUBST([DIST_MAKEFILE_LIST])
 
 
 
-## ------------------------ ##
-## Automake Initialisation. ##
-## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
-
-
-
 ## ---------------- ##
 ## compiler checks. ##
 ## ---------------- ##