summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-09-21 20:17:43 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-09-21 20:17:43 +0000
commit353371874f3050bafa1a9f4d7ad7253d70165d81 (patch)
tree6163bfea2613a1978cf8678df7dbdf6f4b9d3fc8 /GNUmakefile.in
parentb4c8d47ab0c3c570e31c29696f74a204a33df647 (diff)
downloadpostgresql-353371874f3050bafa1a9f4d7ad7253d70165d81.tar.gz
Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
that's actually useful, robust, consistent. Better plan to generate aclocal.m4 as well: use m4 include directives, rather than cat.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in21
1 files changed, 1 insertions, 20 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f290564611..d981ccbdd4 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.11 2000/08/31 16:08:58 petere Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.12 2000/09/21 20:17:41 petere Exp $
#
subdir =
@@ -34,25 +34,6 @@ GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
-# These dependencies are risky because both the target and the sources
-# are in CVS and CVS doesn't preserve timestamps, thus leading to
-# unnecessary reruns of these rules.
-
-AUTOCONF = autoconf
-
-# Only use this rule if you actually said `make configure'.
-ifeq ($(MAKECMDGOALS),configure)
-$(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
- cd $(top_srcdir) && $(AUTOCONF)
-endif
-
-# This one we can leave unprotected because by default nothing depends
-# on aclocal.m4. This rule is only invoked if you say `make
-# aclocal.m4' or `make configure'.
-$(top_srcdir)/aclocal.m4: $(wildcard $(top_srcdir)/config/*.m4)
- cat $^ > $@
-
-
##########################################################################
distdir := postgresql-$(VERSION)