OSDN Git Service

Cleanup of pl files.
authorBruce Momjian <bruce@momjian.us>
Fri, 9 Oct 1998 00:41:28 +0000 (00:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 9 Oct 1998 00:41:28 +0000 (00:41 +0000)
src/pl/tcl/mkMakefile.tcldefs.sh.in [new file with mode: 0644]

diff --git a/src/pl/tcl/mkMakefile.tcldefs.sh.in b/src/pl/tcl/mkMakefile.tcldefs.sh.in
new file mode 100644 (file)
index 0000000..95491d7
--- /dev/null
@@ -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