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".
This commit is contained in:
Peter Eisentraut 2000-10-24 17:41:50 +00:00
parent 0fb5db60e6
commit 3daa17173b
3 changed files with 371 additions and 424 deletions

4
config/libtool.m4 vendored
View File

@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
])
# ... more stuff removed ...
# ... added:
AC_SUBST(LD)
AC_SUBST(with_gnu_ld)

789
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)