From abbbed19837be577481e84edbcbacb9c04f5af6c Mon Sep 17 00:00:00 2001 From: Gordon Matzigkeit Date: Tue, 27 Oct 1998 16:09:56 +0000 Subject: [PATCH] Minor cosmetic fixe and CVS administrivia. CVS: CVS: --- .cvsignore | 11 +++++++++++ ChangeLog | 5 +++++ demo/.cvsignore | 18 ++++++++++++++++++ doc/.cvsignore | 18 ++++++++++++++++++ ltconfig.in | 2 +- tests/.cvsignore | 2 ++ 6 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .cvsignore create mode 100644 demo/.cvsignore create mode 100644 doc/.cvsignore create mode 100644 tests/.cvsignore diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 00000000..1f6aec6f --- /dev/null +++ b/.cvsignore @@ -0,0 +1,11 @@ +.*.prcs_aux +Makefile +Makefile.in +aclocal.m4 +clibtool.cfg +configure +config.* +libtool +ltmain.sh +ltconfig +libtoolize diff --git a/ChangeLog b/ChangeLog index 31a990b1..5aa388e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-27 Gordon Matzigkeit + + * ltconfig.in (dynamic_linker): Echo the result to fd 6, so that + --silent works correctly. From William M. Perry. + 1998-09-24 Gordon Matzigkeit * ltmain.in (link): Fix problems when building only static diff --git a/demo/.cvsignore b/demo/.cvsignore new file mode 100644 index 00000000..6a0093d2 --- /dev/null +++ b/demo/.cvsignore @@ -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 index 00000000..71b38fd1 --- /dev/null +++ b/doc/.cvsignore @@ -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* diff --git a/ltconfig.in b/ltconfig.in index 164cb349..3eb1c817 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 index 00000000..282522db --- /dev/null +++ b/tests/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in