]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Minor cosmetic fixe and CVS administrivia.
authorGordon Matzigkeit <gord@trick.fig.org>
Tue, 27 Oct 1998 16:09:56 +0000 (16:09 +0000)
committerGordon Matzigkeit <gord@gnu.org>
Tue, 27 Oct 1998 16:09:56 +0000 (16:09 +0000)
CVS:
CVS:

.cvsignore [new file with mode: 0644]
ChangeLog
demo/.cvsignore [new file with mode: 0644]
doc/.cvsignore [new file with mode: 0644]
ltconfig.in
tests/.cvsignore [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..1f6aec6
--- /dev/null
@@ -0,0 +1,11 @@
+.*.prcs_aux
+Makefile
+Makefile.in
+aclocal.m4
+clibtool.cfg
+configure
+config.*
+libtool
+ltmain.sh
+ltconfig
+libtoolize
index 31a990b1811319275b89795097b575ddd16a51d1..5aa388e5396ce091eb148712e3595d3e65d9f55b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-10-27  Gordon Matzigkeit  <gord@trick.fig.org>
+
+       * ltconfig.in (dynamic_linker): Echo the result to fd 6, so that
+       --silent works correctly.  From William M. Perry.
+
 1998-09-24  Gordon Matzigkeit  <gord@trick.fig.org>
 
        * ltmain.in (link): Fix problems when building only static
diff --git a/demo/.cvsignore b/demo/.cvsignore
new file mode 100644 (file)
index 0000000..6a0093d
--- /dev/null
@@ -0,0 +1,18 @@
+.deps
+.libs
+Makefile
+Makefile.in
+aclocal.m4
+configure
+config.*
+conftest*
+hc-direct
+hc-libflag
+hc-libpath
+hc-minusL
+libtool
+*.lo
+*.la
+hell
+hell.debug
+helldl
diff --git a/doc/.cvsignore b/doc/.cvsignore
new file mode 100644 (file)
index 0000000..71b38fd
--- /dev/null
@@ -0,0 +1,18 @@
+Makefile
+Makefile.in
+mdate-sh
+texinfo.tex
+stamp-vti
+version.texi
+*.log
+*.dvi
+*.aux
+*.toc
+*.cp
+*.fn
+*.vr
+*.tp
+*.ky
+*.pg
+*.cps
+*.info*
index 164cb349f16a5331dc2ac5d8e20717891314e69e..3eb1c8179bd7813d199a7a97f9218ad33c501f6f 100755 (executable)
@@ -1278,7 +1278,7 @@ uts4*)
   dynamic_linker=no
   ;;
 esac
-echo "$ac_t$dynamic_linker"
+echo "$ac_t$dynamic_linker" 1>&6
 test "$dynamic_linker" = no && can_build_shared=no
 
 # Report the final consequences.
diff --git a/tests/.cvsignore b/tests/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in