]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Updated.
authorGary V. Vaughan <gary@gnu.org>
Thu, 7 Sep 2000 21:25:03 +0000 (21:25 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 7 Sep 2000 21:25:03 +0000 (21:25 +0000)
* TODO:  Add a reminder to get rid of ltconfig in mlb.
* README: Until things even out, I have added a note and a
patch to make the installed automake cooperate with the new
ltconfig free libtool.

ChangeLog
NEWS
README
TODO

index 0da2bc730f03dc047bf6c43df7d8743a14142199..399ddd85e03e9296b810bf0a492c11029468b97a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-09-07  Gary V. Vaughan  <gvv@techie.com>
 
+       * NEWS:  Updated.
+       * TODO:  Add a reminder to get rid of ltconfig in mlb.
+       * README: Until things even out, I have added a note and a
+       patch to make the installed automake cooperate with the new
+       ltconfig free libtool.
+
        * libtool.m4 (_LT_AC_LTCONFIG_HACK): with_gcc is only useful in
        ltmain.sh as it has not yet been set in libtool.m4.  Use
        $ac_cv_prog_gcc instead.
diff --git a/NEWS b/NEWS
index 7eb2ac0caaafc419daaed470a4c29cb4ef2159b8..dd7f65cffbe423421e05097eb6fecaedfb33a841 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 1.3d: 2000-??-??; CVS version 1.3c, Libtool team:
+* ltconfig is no more.  Generation of libtool happens directly from
+  the configure file. 
 * New -no-install flag to avoid the use of executable wrapper scripts.
 * New --with-pic, -prefer-pic and -prefer-non-pic flags to control
   the generation of PIC/non-PIC code.
diff --git a/README b/README
index cf6ad623101a3b0fd948bfa269a75f8c26d4e744..f8da1c0fd51e2fe607bb6e179682c1eeefcf9504 100644 (file)
--- a/README
+++ b/README
@@ -2,6 +2,14 @@ This is GNU Libtool, a generic library support script.  Libtool hides
 the complexity of using shared libraries behind a consistent, portable
 interface.
 
+IMPORTANT:
+==========
+
+** Until the next release of automake, you should apply the patch at **
+** the end of this file to your installed automake script if you     **
+** intend to use it in conjunction with this release of libtool.     **
+
+
 To use libtool, add the new generic library building commands to your
 Makefile, Makefile.in, or Makefile.am.  See the documentation for
 details.
@@ -117,3 +125,14 @@ libtool-1.3.4 and libtool-1.3b might be available at the same time:
 `1.3.4' is the fourth patch release after stable release `1.3';
 `1.3b' is the first alpha release after stable release `1.3'.
 
+--- /usr/bin/automake  Sat Mar 11 09:25:33 2000
++++ automake   Thu Sep  7 22:08:33 2000
+@@ -187,7 +187,7 @@ $seen_libtool = 0;
+ $libtool_line = 0;
+ # Files installed by libtoolize.
+-@libtoolize_files = ('ltconfig', 'ltmain.sh', 'config.guess', 'config.sub');
++@libtoolize_files = ('ltmain.sh', 'config.guess', 'config.sub');
+ # TRUE if we've seen AM_MAINTAINER_MODE.
+ $seen_maint_mode = 0;
diff --git a/TODO b/TODO
index 965b43ebc75286f970ca5254703ac55cda775a6b..31b3cf5c4b73e3c8cc77b2b8eeeca345d718fe89 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,10 @@
 In the near future:
 ********************
 
+* Port the migration of all code from ltconfig into libtool.m4 to the
+multi-language-branch, so that CVS automake can remove its references
+to ltconfig.
+
 * Check whether the version of libtool.m4 is compatible with
 ltconfig/ltmain.sh.  Meanwhile, the recommended approach for
 developers using automake is to insert libtool.m4 in acinclude.m4.