+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
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
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
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:
**********************
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)
#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