File tree 4 files changed +268
-202
lines changed 4 files changed +268
-202
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.17 1997/10/02 00:59:35 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.18 1997/10/30 04:46:37 momjian Exp $
11
11
#
12
12
#-------------------------------------------------------------------------
13
13
@@ -65,7 +65,7 @@ install:
65
65
ifneq ($(wildcard man), )
66
66
$(MAKE) -C man install
67
67
endif
68
- more -e ../register.txt
68
+ more ../register.txt
69
69
70
70
clean:
71
71
@if test $(PORTNAME) = UNDEFINED; then \
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.26 1997/08/17 00:39:02 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.27 1997/10/30 04:46:39 momjian Exp $
11
11
#
12
12
# NOTES
13
13
# Essentially all Postgres make files include this file and use the
@@ -159,15 +159,17 @@ endif
159
159
# location of Tcl/Tk headers and libraries
160
160
#
161
161
# Uncomment this to build the tcl utilities.
162
- # USE_TCL= true
162
+ USE_TCL= @USE_TCL@
163
163
# customize these to your site's needs
164
164
#
165
- TCL_INCDIR= /home/tools/include
166
- TCL_LIBDIR= /home/tools/lib
167
- TCL_LIB= -ltcl7.5
168
- TK_INCDIR= /home/tools/include
169
- TK_LIBDIR= /home/tools/lib
170
- TK_LIB= -ltk4.1
165
+ TCL_INCDIR= /usr/local/include
166
+ TCL_LIBDIR= /usr/local/lib
167
+ TCL_LIB= -ltcl80
168
+ TK_INCDIR= /usr/local/include
169
+ TK_LIBDIR= /usr/local/lib
170
+ TK_LIB= -ltk80
171
+
172
+ USE_PERL= @USE_PERL@
171
173
172
174
X11_INCDIR= /usr/include
173
175
X11_LIBDIR= /usr/lib
You can’t perform that action at this time.
0 commit comments