php-developer-list | 2001122
Date: 12/30/01
- Next message: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Previous message: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- In reply to: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Next in thread: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Reply: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Dec 30, 2001 at 06:06:50PM -0600, Larry Rosenman wrote:
> * jan <email protected> <jan <email protected>> [011230 18:02]:
> > On Sun, Dec 30, 2001 at 05:52:36PM -0600, Larry Rosenman wrote:
> > > * jan <email protected> <jan <email protected>> [011230 17:49]:
> > > > On Sun, Dec 30, 2001 at 05:29:26PM -0600, Larry Rosenman wrote:
> > > > > > configure is generated from aclocal.m4. Fixing aclocal.m4 isn't the right
> > > > > > place either as aclocal.m4 is generated by 'aclocal' which takes the
> > > > > > funtions from acinclude.m4 and the M4-files from /usr/share/aclocal/
> > > > >
> > > > > Where are the /usr/share/aclocal files in the snap tarball? I don't
> > > > > have autoconf installed here...
> > > >
> > > > Ah, I see. Then it up to the packaging team to do this step.
> > >
> > > so, Am I out of the loop for now?
> >
> > More or less. Your patches should additionally be submitted to the
> > autoconf/libtool team (depends on which M4-file is broken).
> Which versions do y'all use to create the tarball?
>
> the aclocal stuff looks local to PHP to me....
As I've already said:
aclocal.m4 is generated by 'aclocal'.
I've grepped for the first line of you fix:
$ grep "export_dynamic_flag_spec='-Bexport'" /usr/share/aclocal/*
/usr/share/aclocal/libtool.m4: export_dynamic_flag_spec='-Bexport'
Your fix has to go into the libtool package itself. Ask the libtool
developers for help, please.
http://www.gnu.org/software/libtool/
> > They will ask you for the version of autoconf/automake/libtool you used. It
> > is best you generate teh configure scripts once on your own with your own
> > autoconf/automake/libtool setup.
>
> where can I get the full setup you use?
Perhaps the CVS requirement apply here, too:
http://www.php.net/anoncvs.php
> Larry Rosenman http://www.lerctr.org/~ler
Jan
-- mailto: jan <email protected> weigon @ #php.de (IRCnet) http://jan.kneschke.de weigon @ #modlogan (openprojects)-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Previous message: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- In reply to: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Next in thread: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Reply: Larry Rosenman: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

