diff --git a/ChangeLog b/ChangeLog index bd25fc29..a1a79ea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 8 11:01:27 1997 Gordon Matzigkeit + + * Makefile.am (EXTRA_DIST): Delete README-automake. + + * README-automake: Remove from distribution. + Wed Jul 2 19:13:00 1997 Gordon Matzigkeit * ltmain.sh.in (link): In the executable wrapper, strip trailing diff --git a/Makefile.am b/Makefile.am index 26d1ef10..2c61a8c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 bd71dce6..fe761458 100644 --- 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 33d37e6b..4c433c85 100644 --- 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: ********************** diff --git a/configure.in b/configure.in index e337e608..a8e66ca8 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/ltconfig.in b/ltconfig.in index 6a2892b6..902af3cb 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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