]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
*** empty log message ***
authorGordon Matzigkeit <gord@gnu.ai.mit.edu>
Thu, 19 Jun 1997 20:37:00 +0000 (20:37 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Thu, 19 Jun 1997 20:37:00 +0000 (20:37 +0000)
ChangeLog
configure.in
doc/platforms.texi
ltmain.sh.in
tests/ChangeLog
tests/demo-conf.test

index 8146fa5acc9c66f81a7048c5f2c668c5f9285476..6b36c68982b1a4e4309b691aefc2fe52c62a3244 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 19 14:24:06 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
+
+       * ltmain.sh.in (install): Add a missing `test' command.  Reported
+       by Joel Weber.
+
 Sat Jun 14 21:01:03 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
 
        * ltmain.sh.in (link): Create invalid libtool objects when partial
index 53d19afe9519a0aa5416c8fd704ba43ac3d70063..fbf99dbae62cca081e783d93a696a42254da6426 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.9h)
+AM_INIT_AUTOMAKE(libtool,0.9i)
 
 pkgdatadir='${datadir}/libtool'
 AC_SUBST(pkgdatadir)
index baf3af914384c56ea7c8355d3e7092253f64bb9a..a60a4f76c8d7bb38c33ad50321897bb23f78ecb0 100644 (file)
@@ -6,10 +6,11 @@ alpha-dec-osf3.2             cc        0.8       ok
 alpha-dec-osf3.2             gcc       0.8       ok
 alpha-dec-osf4.0             cc        0.9       ok
 alpha-dec-osf4.0             gcc       0.9       ok
-alpha-unknown-linux          gcc       0.9d      ok
+alpha-unknown-linux          gcc       0.9h      ok
 hppa1.1-hp-hpux9.05          cc        0.8       ok
 hppa1.1-hp-hpux9.05          gcc       0.8       ok
-hppa1.1-hp-hpux10.10         cc        0.8       ok
+hppa1.1-hp-hpux10.10         cc        0.9h      ok
+hppa1.1-hp-hpux10.10         gcc       0.9h      ok
 i386-unknown-freebsd2.1.5    gcc       0.5       ok
 i386-unknown-gnu0.0          gcc       0.5       ok
 i386-unknown-netbsd1.2       gcc       0.9g      ok
@@ -21,17 +22,17 @@ mips-sgi-irix6.2             cc -32    0.9       ok
 mips-sgi-irix6.2             cc -n32   0.9       ok
 powerpc-ibm-aix4.1.4.0       xlc       0.9g      ok
 powerpc-ibm-aix4.1.4.0       gcc       0.9g      ok
-rs6000-ibm-aix3.2.5          xlc       0.9e      ok
-rs6000-ibm-aix3.2.5          gcc       0.9e      ok*
+rs6000-ibm-aix3.2.5          xlc       0.9h      ok
+rs6000-ibm-aix3.2.5          gcc       0.9h      ok*
 rs6000-ibm-aix4.1.4.0        xlc       0.9g      ok
 rs6000-ibm-aix4.1.4.0        gcc       0.9e      ok
-sparc-sun-linux2.1.23        gcc       0.9       ok
-sparc-sun-sunos4.1.3_U1      cc        0.9       ok
-sparc-sun-sunos4.1.3_U1      gcc       0.9       ok
+sparc-sun-linux2.1.23        gcc       0.9h      ok
+sparc-sun-sunos4.1.3         cc        0.9h      ok
+sparc-sun-sunos4.1.3         gcc       0.9h      ok
 sparc-sun-solaris2.4         cc        0.9       ok
 sparc-sun-solaris2.4         gcc       0.9       ok
 sparc-sun-solaris2.5         cc        0.9       ok
-sparc-sun-solaris2.5         gcc       0.9g      ok
+sparc-sun-solaris2.5         gcc       0.9h      ok
 --------------------------------------------------------
 
 * Libtool will not build shared libraries because of a bug in
index 80191964680fa849b558d5f16d0ac83e0aae2c86..ec4b9db77736a1d6a9ccdf9036b61d150779337e 100644 (file)
@@ -1188,7 +1188,7 @@ EOF
 
       # Not a directory, so check to see that there is only one file specified.
       set dummy $files
-      if $# -gt 2; then
+      if test $# -gt 2; then
         echo "$progname: \`$dest' is not a directory" 1>&2
         echo "$help" 1>&2
        exit 1
index 80d32f77bf2d6314c62ea67c50c34e82e8a00adf..19a78b8d9e6503ac347eb2df3c87d69063efdeb5 100644 (file)
@@ -1,3 +1,10 @@
+Thu Jun 19 14:31:49 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
+
+       * demo-conf.test: Always remove the local config.cache, but run
+       `make distclean' only if the Makefile exists.  Otherwise, the demo
+       directory is not cleaned up if a user uses their own config.cache.
+       Reported by Joel Weber.
+
 Wed Apr 16 19:21:00 1997  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
 
        * hardcode.test: AIX also has arbitrary limits on the line length
index d702fd501438b3e8057dd46f95a913d0b515e94f..2c18e7b8e19d59286571fba38145f67a490fd7e8 100755 (executable)
@@ -17,10 +17,11 @@ test -d ../demo || mkdir ../demo
 cd ../demo || exit 1
 
 # Possibly clean up the distribution.
-if test -f config.cache; then
+if test -f Makefile; then
   echo "= Running $make distclean in ../demo"
-  $make distclean || rm -f config.cache
+  $make distclean
 fi
+rm -f config.cache
 
 # Configure the demonstration.
 echo "= Configuring in ../demo (prefix=$prefix)"