*** empty log message ***

This commit is contained in:
Gordon Matzigkeit 1997-07-08 17:08:33 +00:00 committed by Gordon Matzigkeit
parent e75860815e
commit f747c8bcf4
6 changed files with 16 additions and 4 deletions

View File

@ -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

View 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

2
NEWS
View File

@ -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

6
TODO
View File

@ -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:
**********************

View 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)

View File

@ -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