Fix the 'info sharedlibextention' output in tclsh which was caused by a

missing define during the libtcl build.  This is needed to get Tclmidi 3.1
to work.

This should close PR#2006

This should also go into 2.2, like the previous commit.

Submitted by: A JOSEPH KOSHY <koshy@india.hp.com>
This commit is contained in:
Peter Wemm 1996-12-17 13:08:08 +00:00
parent f31d4d080c
commit 5ded6b34f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20585

View File

@ -1,5 +1,5 @@
#! /bin/sh
# $Id: mkMakefile.sh,v 1.16 1996/10/31 15:57:25 peter Exp $
# $Id: mkMakefile.sh,v 1.17 1996/12/16 11:53:50 peter Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@ -25,7 +25,7 @@ echo '
foo:
@echo ${OBJS}
bar:
@echo ${AC_FLAGS}
@echo ${AC_FLAGS} -DTCL_SHLIB_EXT=\\\"${SHLIB_SUFFIX}\\\"
' >> m.x
# Put a RCS Id in the file, but not the one from this file :-)
@ -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.16 1996/10/31 15:57:25 peter Exp $
# $Id: mkMakefile.sh,v 1.17 1996/12/16 11:53:50 peter Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile