Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3daa171

Browse files
committed
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".
1 parent 0fb5db6 commit 3daa171

File tree

3 files changed

+371
-424
lines changed

3 files changed

+371
-424
lines changed

config/libtool.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,3 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
117117
])
118118

119119
# ... more stuff removed ...
120-
121-
# ... added:
122-
AC_SUBST(LD)
123-
AC_SUBST(with_gnu_ld)

0 commit comments

Comments
 (0)