mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-19 15:50:25 +08:00
*** empty log message ***
This commit is contained in:
parent
e75860815e
commit
f747c8bcf4
@ -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
|
||||
|
@ -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
2
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
|
||||
|
6
TODO
6
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:
|
||||
**********************
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user