summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Eisentraut2000-10-24 17:41:50 +0000
committerPeter Eisentraut2000-10-24 17:41:50 +0000
commit3daa17173b32c712e6ccdac0f5385b131e351742 (patch)
tree988282613f68c29f9c68e505ad7a4b180d84c7ec /configure.in
parent0fb5db60e6f4094648b8c251a039a77d88330b1d (diff)
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 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8bfbfe03607..423ba6b927e 100644
--- a/configure.in
+++ b/configure.in
@@ -595,6 +595,8 @@ AC_PROG_AWK
PGAC_PATH_FLEX
AC_PROG_LN_S
AC_PROG_LD
+AC_SUBST(LD)
+AC_SUBST(with_gnu_ld)
AC_PROG_RANLIB
AC_CHECK_PROGS(LORDER, lorder)
AC_PATH_PROG(TAR, tar)