Cleanup of pl files.

This commit is contained in:
Bruce Momjian 1998-10-09 00:41:28 +00:00
parent 5524a85172
commit db882f6a18
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
if [ -f @TCL_CONFIG_SH@ ]; then
. @TCL_CONFIG_SH@
else
echo "@TCL_CONFIG_SH@ not found"
echo "I need this file! Please make a symbolic link to this file"
echo "and start make again."
exit 1
fi
set | grep '^TCL' > Makefile.tcldefs
exit 0