|
2 | 2 | #
|
3 | 3 | # Makefile for the pltcl shared object
|
4 | 4 | #
|
5 |
| -# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.27 2001/05/0919:19:00 momjian Exp $ |
| 5 | +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.28 2001/05/0920:08:08 momjian Exp $ |
6 | 6 | #
|
7 | 7 | #-------------------------------------------------------------------------
|
8 | 8 |
|
@@ -70,7 +70,7 @@ override CFLAGS = $(TCL_CFLAGS_OPTIMIZE) $(TCL_SHLIB_CFLAGS)
|
70 | 70 | # first of all calls to the call handler. See the doc in the modules
|
71 | 71 | # directory about details.
|
72 | 72 |
|
73 |
| -ifeq ($(with_pltcl_unknown), yes) |
| 73 | +ifeq ($(enable_pltcl_unknown), yes) |
74 | 74 | overrideCPPFLAGS+= -DPLTCL_UNKNOWN_SUPPORT
|
75 | 75 | endif
|
76 | 76 |
|
@@ -99,7 +99,7 @@ pltcl$(DLSUFFIX): pltcl.o
|
99 | 99 |
|
100 | 100 | install: all installdirs
|
101 | 101 | $(INSTALL_SHLIB)$(DLOBJS)$(DESTDIR)$(libdir)/$(DLOBJS)
|
102 |
| -ifeq ($(with_pltcl_unknown), yes) |
| 102 | +ifeq ($(enable_pltcl_unknown), yes) |
103 | 103 | $(INSTALL_SCRIPT) modules/pltcl_loadmod \
|
104 | 104 | $(DESTDIR)$(bindir)/pltcl_loadmod
|
105 | 105 | $(INSTALL_SCRIPT) modules/pltcl_delmod \
|
|