Commit 3daa1717 authored by Peter Eisentraut's avatar Peter Eisentraut

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".
parent 0fb5db60
......@@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
])
# ... more stuff removed ...
# ... added:
AC_SUBST(LD)
AC_SUBST(with_gnu_ld)
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment