]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Distributing libltdl): Add note that
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 16 May 2005 08:55:29 +0000 (08:55 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 16 May 2005 08:55:29 +0000 (08:55 +0000)
`libltdl/Makefile' should not be configured by toplevel `configure.ac'.
Reported by Gideon Go <gideon.go@gmail.com>.

ChangeLog
doc/libtool.texi

index 12275b3f5f9188675f108f3fd1e8875bd42e8726..87921c8045ed595a9ae26a0e1f05ad1b4b1d336e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/libtool.texi (Distributing libltdl): Add note that
+       `libltdl/Makefile' should not be configured by toplevel `configure.ac'.
+       Reported by Gideon Go <gideon.go@gmail.com>.
+
 2005-05-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS)
index da05b70685f47c345f1f62d49d59a256bd087d3f..75b6ea9bae3fb31e45e6ac9382709fb27b13c34b 100644 (file)
@@ -3558,7 +3558,10 @@ the link flag that you should use to link with libltdl, and
 with programs that include @file{ltdl.h}.  It is up to you to use
 @samp{AC_SUBST} to ensure that this variable will be available in
 @file{Makefile}s, or add them to variables that are @samp{AC_SUBST}ed by
-default, such as @var{LIBS} and @var{CPPFLAGS}.
+default, such as @var{LIBS} and @var{CPPFLAGS}.  Also note that you should
+not include @file{libltdl/Makefile} in the list of files to be configured
+from your toplevel @file{configure.in}; this is done by
+@file{libltdl/configure.ac}.
 
 If you're using the convenience libltdl, @var{LIBLTDL} will be the
 pathname for the convenience version of libltdl and @var{LTDLINCL} will be