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".
REL7_1_STABLE
Peter Eisentraut 25 years ago
parent 0fb5db60e6
commit 3daa17173b
  1. 4
      config/libtool.m4
  2. 789
      configure
  3. 2
      configure.in

4
config/libtool.m4 vendored

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

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

Loading…
Cancel
Save