mirror of https://github.com/postgres/postgres
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:
parent
0fb5db60e6
commit
3daa17173b
|
@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
|
|||
])
|
||||
|
||||
# ... more stuff removed ...
|
||||
|
||||
# ... added:
|
||||
AC_SUBST(LD)
|
||||
AC_SUBST(with_gnu_ld)
|
||||
|
|
|
@ -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…
Reference in New Issue