projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5524a85
)
Cleanup of pl files.
author
Bruce Momjian
Fri, 9 Oct 1998 00:41:28 +0000
(
00:41
+0000)
committer
Bruce Momjian
Fri, 9 Oct 1998 00:41:28 +0000
(
00:41
+0000)
src/pl/tcl/mkMakefile.tcldefs.sh.in
[new file with mode: 0644]
patch
|
blob
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
+++ b/
src/pl/tcl/mkMakefile.tcldefs.sh.in
@@ -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