]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorGordon Matzigkeit <gord@gnu.ai.mit.edu>
Tue, 8 Jul 1997 17:08:33 +0000 (17:08 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Tue, 8 Jul 1997 17:08:33 +0000 (17:08 +0000)
ChangeLog
Makefile.am
NEWS
TODO
configure.in
ltconfig.in

index bd25fc295e8da5b1805b3a974cb9e68a905703d1..a1a79ea81dadb3c5e7901a81ddaceacb2d4ee9d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul  8 11:01:27 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
+
+       * Makefile.am (EXTRA_DIST): Delete README-automake.
+
+       * README-automake: Remove from distribution.
+
 Wed Jul  2 19:13:00 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
 
        * ltmain.sh.in (link): In the executable wrapper, strip trailing
index 26d1ef10e49e8421ca89298e43d2c577f6bbf69e..2c61a8c1fd06330f8d90eb1dd707d823bab48c16 100644 (file)
@@ -10,7 +10,7 @@ CPPLAGS = @CPPFLAGS@
 aclocal_macros = libtool.m4
 
 EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.sh.in \
-       README-automake libtool.prj
+       libtool.prj
 CLEANFILES = libtool libtoolize
 MAINTAINERCLEANFILES = ltconfig ltmain.sh
 
diff --git a/NEWS b/NEWS
index bd71dce65d86cfe86cef6b25c3a8455dd8b4b2ef..fe76145827626763adf1fc0d7878e41437b38b67 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU libtool.
 
-New in 0.9i:
+New in 0.99:
 * Bug fixes.
 * Better configuration test to find the system linker.  The old test
   was failing because people frequently install GNU ld, but don't
diff --git a/TODO b/TODO
index 33d37e6b5eba383faadf1a69b0f0844f665d7c62..4c433c8527d9a9bfb2938c4d63d7c7160f999bb5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -22,6 +22,12 @@ C++, but there are beginnings of this in the manual (Other Languages).
 This includes writing libtool not to be so dependent on the compiler
 used to configure it.
 
+* Need to finalize the documentation, and give a specification of
+`.la' files so that people can depend on their format.  This also
+needs to be done so that DLD uses a public interface to libtool
+archives.  This would be a good thing to put before the maintainance
+notes.
+
 Things to think about:
 **********************
 
index e337e608f3da4a6b81dcfb4611cc999ee4df88d6..a8e66ca86f4cb9fffa3e470d2910703353161936 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to create configure.
 AC_INIT(ltmain.sh.in)
-AM_INIT_AUTOMAKE(libtool,0.9i)
+AM_INIT_AUTOMAKE(libtool,0.99)
 
 pkgdatadir='${datadir}/libtool'
 AC_SUBST(pkgdatadir)
index 6a2892b6f10725de5bc39db284aac48aaf23b3e9..902af3cbe41f565101b2a5aebfd3ce9e4e626abf 100755 (executable)
@@ -375,7 +375,7 @@ if test "$with_gcc" != yes || test -z "$CC"; then
 #endif
 EOF
   # LINENUM
-  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:378: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     with_gcc=yes
   fi
   $rm conftest.c