Minor cosmetic fixe and CVS administrivia.

CVS:
CVS:
This commit is contained in:
Gordon Matzigkeit 1998-10-27 16:09:56 +00:00 committed by Gordon Matzigkeit
parent e09bc90b14
commit abbbed1983
6 changed files with 55 additions and 1 deletions

11
.cvsignore Normal file
View File

@ -0,0 +1,11 @@
.*.prcs_aux
Makefile
Makefile.in
aclocal.m4
clibtool.cfg
configure
config.*
libtool
ltmain.sh
ltconfig
libtoolize

View File

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

18
demo/.cvsignore Normal file
View File

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

18
doc/.cvsignore Normal file
View File

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

View File

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

2
tests/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in