By the way, I have attached a patch to resolve this particular
problem.  There is also a warning emitted from configure that someone
should look at.

Bob

Index: configure.ac
===================================================================
RCS file: /home/cvs/libtool/configure.ac,v
retrieving revision 1.6
diff -u -r1.6 configure.ac
--- configure.ac        2001/10/06 15:35:17     1.6
+++ configure.ac        2001/10/29 00:03:50
@@ -52,7 +52,7 @@
 ## ------------------------------- ##
 ## Libtool specific configuration. ##
 ## ------------------------------- ##
-pkgdatadir='${datadir}'"/${PACKAGE}"
+pkgdatadir='${datadir}'"/AC_PACKAGE_TARNAME
 AC_SUBST([pkgdatadir]) # automake does not need this, but libtoolize does
 
 aclocaldir='${datadir}/aclocal'
Index: ChangeLog
===================================================================
RCS file: /home/cvs/libtool/ChangeLog,v
retrieving revision 1.1075
diff -u -r1.1075 ChangeLog
--- ChangeLog   2001/10/28 12:22:38     1.1075
+++ ChangeLog   2001/10/29 00:03:51
@@ -1,3 +1,7 @@
+2001-10-28  Bob Friesenhahn  <[EMAIL PROTECTED]>
+
+        * Fix pkgdatadir definition.
+
 2001-10-28  Gary V. Vaughan  <[EMAIL PROTECTED]>
 
        From Tom Bates  <[EMAIL PROTECTED]>:


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to