Back out a little more of the previous changes. No longer change

TCL_SHLIB_SUFFIX, since some tools use it for generating the name of
shared objects for dlopen(), which do not have version numbers.  This
setting is back to "as distributed".
This commit is contained in:
Peter Wemm 1996-10-31 15:57:25 +00:00
parent 83aac36ef7
commit ad9f4e2348
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19292

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $Id: mkMakefile.sh,v 1.14 1996/10/29 04:31:21 peter Exp $
# $Id: mkMakefile.sh,v 1.15 1996/10/30 08:44:18 peter Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@ -45,7 +45,7 @@ echo '#
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
#
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
# $Id: mkMakefile.sh,v 1.14 1996/10/29 04:31:21 peter Exp $
# $Id: mkMakefile.sh,v 1.15 1996/10/30 08:44:18 peter Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile
@ -205,7 +205,6 @@ EOF
sed < ${SRCDIR}/unix/tclConfig.sh > ${LIBTCL}/tclConfig.sh \
-e '/^TCL.*_LIB_SPEC=/s/-L.* //' \
-e "/libtcl/s/\.so\.1\.0/.so.1.${SHLIB_MINOR}/" \
-e '/^TCL_SHLIB_SUFFIX=/s/\.so/.so.1.0/'
-e "/libtcl/s/\.so\.1\.0/.so.1.${SHLIB_MINOR}/"
rm -f m.x ${SRCDIR}/unix/config.log ${SRCDIR}/unix/Makefile ${SRCDIR}/unix/config.cache ${SRCDIR}/unix/config.status ${SRCDIR}/unix/tclConfig.sh