+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>:
+## ------------------------ ##
+## Automake Initialisation. ##
+## ------------------------ ##
+AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
+
+
+
## ------------------------------- ##
## Libtool specific configuration. ##
## ------------------------------- ##
-## ------------------------ ##
-## Automake Initialisation. ##
-## ------------------------ ##
-AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
-
-
-
## ---------------- ##
## compiler checks. ##
## ---------------- ##