Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit db882f6

Browse files
committed
Cleanup of pl files.
1 parent 5524a85 commit db882f6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pl/tcl/mkMakefile.tcldefs.sh.in

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
if [ -f @TCL_CONFIG_SH@ ]; then
3+
. @TCL_CONFIG_SH@
4+
else
5+
echo "@TCL_CONFIG_SH@ not found"
6+
echo "I need this file! Please make a symbolic link to this file"
7+
echo "and start make again."
8+
exit 1
9+
fi
10+
11+
set | grep '^TCL' > Makefile.tcldefs
12+
exit 0

0 commit comments

Comments
 (0)