Skip to content
Snippets Groups Projects
Commit 3daa1717 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld ...@@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
]) ])
# ... more stuff removed ... # ... more stuff removed ...
# ... added:
AC_SUBST(LD)
AC_SUBST(with_gnu_ld)
This diff is collapsed.
...@@ -595,6 +595,8 @@ AC_PROG_AWK ...@@ -595,6 +595,8 @@ AC_PROG_AWK
PGAC_PATH_FLEX PGAC_PATH_FLEX
AC_PROG_LN_S AC_PROG_LN_S
AC_PROG_LD AC_PROG_LD
AC_SUBST(LD)
AC_SUBST(with_gnu_ld)
AC_PROG_RANLIB AC_PROG_RANLIB
AC_CHECK_PROGS(LORDER, lorder) AC_CHECK_PROGS(LORDER, lorder)
AC_PATH_PROG(TAR, tar) AC_PATH_PROG(TAR, tar)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment