[asterisk-dev] 1.4svn bootstrap.sh fails with autoconf 2.59

Anthony Lamantia anthony at petabit.net
Wed Feb 7 17:33:13 MST 2007


the error you are getting is more or less caused by these three lines in
acinclude.m4

     _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed],
        [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],
                ["$ac_path_SED" -f conftest.sed])])])

you will either need to remove them or upgrade your version of autoconf


On 2/7/07, Patrick <asterisk-list at puzzled.xs4all.nl> wrote:
>
> On Wed, 2007-02-07 at 17:30 -0600, Kevin P. Fleming wrote:
> > Patrick wrote:
> > > Does anyone with knowledge of the build system have a suggestion how
> to
> > > fix this issue? My auto* voodoo is pretty non-existent so I appreciate
> > > any feedback.
> >
> > Most of us that work on the configure script use autoconf 2.60, so we
> > don't ever see this stuff. Those macros appear to be autoconf-2.60
> > specific, so I guess the answer to your question is no, autoconf 2.59
> > will not work.
>
> Thanks for the feedback Kevin.
>
> For anyone else bumping into this issue while trying to add new apps to
> the build system: it was suggested that you either create the new
> configure with ./bootstrap.sh on a box that does have autoconf 2.60 (or
> newer I guess) and then build Asterisk on the target box using the new
> configure file or you can add the logic to build the new apps statically
> to the Makefile. Hope I got it right :)
>
> Regards,
> Patrick
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070207/32139da5/attachment-0001.htm


More information about the asterisk-dev mailing list