diff options
| author | Bruce Momjian | 1997-10-30 04:46:45 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-10-30 04:46:45 +0000 |
| commit | 1dfde614a40fb28859cb537d838dff357433544c (patch) | |
| tree | 9dc8f1632a0449af9a7db4f8fe7932e5b811df62 /src/Makefile.global.in | |
| parent | cf1bfb35883ff106d2cb26bff00e5ac1e145f864 (diff) | |
Make configure more automated, from Brook Milligan.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index f9cc690444c..6860d3df05c 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.26 1997/08/17 00:39:02 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.27 1997/10/30 04:46:39 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -159,15 +159,17 @@ endif # location of Tcl/Tk headers and libraries # # Uncomment this to build the tcl utilities. -# USE_TCL= true +USE_TCL= @USE_TCL@ # customize these to your site's needs # -TCL_INCDIR= /home/tools/include -TCL_LIBDIR= /home/tools/lib -TCL_LIB= -ltcl7.5 -TK_INCDIR= /home/tools/include -TK_LIBDIR= /home/tools/lib -TK_LIB= -ltk4.1 +TCL_INCDIR= /usr/local/include +TCL_LIBDIR= /usr/local/lib +TCL_LIB= -ltcl80 +TK_INCDIR= /usr/local/include +TK_LIBDIR= /usr/local/lib +TK_LIB= -ltk80 + +USE_PERL= @USE_PERL@ X11_INCDIR= /usr/include X11_LIBDIR= /usr/lib |
