summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-10-24 17:41:50 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-10-24 17:41:50 +0000
commit3daa17173b32c712e6ccdac0f5385b131e351742 (patch)
tree988282613f68c29f9c68e505ad7a4b180d84c7ec /config
parent0fb5db60e6f4094648b8c251a039a77d88330b1d (diff)
downloadpostgresql-3daa17173b32c712e6ccdac0f5385b131e351742.tar.gz
Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get
messed up and we end up with the comments from included files in the output "configure".
Diffstat (limited to 'config')
-rw-r--r--config/libtool.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/config/libtool.m4 b/config/libtool.m4
index 9baf90fdfa..de4bd25637 100644
--- a/config/libtool.m4
+++ b/config/libtool.m4
@@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
])
# ... more stuff removed ...
-
-# ... added:
-AC_SUBST(LD)
-AC_SUBST(with_gnu_ld)