libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS libtoolize is broken


From: Bob Friesenhahn
Subject: Re: CVS libtoolize is broken
Date: Sun, 28 Oct 2001 18:05:09 -0600 (CST)

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  <address@hidden>
+
+        * Fix pkgdatadir definition.
+
 2001-10-28  Gary V. Vaughan  <address@hidden>
 
        From Tom Bates  <address@hidden>:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]