[ 
https://issues.apache.org/jira/browse/TS-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041812#comment-13041812
 ] 

Leif Hedstrom commented on TS-811:
----------------------------------

So, the issue is only happening under a few conditions:

1) You run with autoconf 2.68 andr libtool 2.4 (e.g. FC15)

2)It will only trigger if you run autoreconf -i in the v2.1.9 source tar ball. 
If you simply run ./configure, it will work.

3) It does not trigger in trunk (because trunk doesn't have a build/libtool.m4 
file in SVN).


The "solution" for v2.1.9, if you really have to run autoreconf, is to do
{code}
rm build/libtool.m4
{code}


For v3.0.0, I think if we make the source distribution on a machine with these 
latest autoconf tools (e.g. FC15) we will generate the files that will work 
with both the new versions, and older versions (but that will have to be 
verified).



> libtool configure warnings on Fedora 15
> ---------------------------------------
>
>                 Key: TS-811
>                 URL: https://issues.apache.org/jira/browse/TS-811
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.1.9
>         Environment: Fedora 15 x86_64.
>            Reporter: John Plevyak
>             Fix For: 3.1.0
>
>
> configure.ac:465: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected 
> in body
> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
> build/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
> build/libtool.m4:5428: _LT_LANG_CXX_CONFIG is expanded from...
> build/libtool.m4:816: _LT_LANG is expanded from...
> build/libtool.m4:799: LT_LANG is expanded from...
> build/libtool.m4:827: _LT_LANG_DEFAULT_CONFIG is expanded from...
> build/libtool.m4:143: _LT_SETUP is expanded from...
> build/libtool.m4:69: LT_INIT is expanded from...
> build/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:465: the top level

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to