mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove fmgrstamp-h business -- not needed and confusing
Add options to configure to automatically build for Kerberos support; no more editing of make files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Header: /cvsroot/pgsql/src/pl/plperl/Attic/GNUmakefile.in,v 1.1 2000/06/10 18:02:11 petere Exp $
|
||||
# $Header: /cvsroot/pgsql/src/pl/plperl/Attic/GNUmakefile.in,v 1.2 2000/06/17 00:10:21 petere Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
@@ -14,14 +14,14 @@ plperl_installdir = $(libdir)
|
||||
|
||||
mkinstalldirs = @mkinstalldirs@
|
||||
PERL = @PERL@
|
||||
PGSQL_INCLUDES = @PGSQL_INCLUDES@
|
||||
INCLUDES = @INCLUDES@
|
||||
|
||||
all: Makefile
|
||||
$(MAKE) -f $< all
|
||||
|
||||
Makefile: Makefile.PL
|
||||
@plperl_installdir='$(plperl_installdir)' \
|
||||
EXTRA_INCLUDES='-I$(top_srcdir)/src/include $(PGSQL_INCLUDES)' \
|
||||
EXTRA_INCLUDES='-I$(top_srcdir)/src/include $(INCLUDES)' \
|
||||
$(PERL) $< POLLUTE=1
|
||||
|
||||
install: Makefile installdirs
|
||||
|
Reference in New Issue
Block a user