Regenerating configure
Shaun Jackman
sjackman@gmail.com
Mon Mar 20 21:08:00 GMT 2006
On 3/17/06, Jeff Johnston <jjohnstn@redhat.com> wrote:
...
> I can't comment on the Debian packages, but FWIW: I use aclocal 1.4-p6,
> automake 1.4-p6, and autoconf 2.13 locally. I run the following in the
> top-level newlib directory:
>
> aclocal -I .
> autoconf
> automake --cygnus Makefile
>
> This does not result in bringing in a 2.50 prereq.
On my Debian Sarge system, aclocal-1.4 is pulling in gettext's
lib-link.m4 from /usr/share/aclocal/lib-link.m4, which causes the
AC_PREREQ(2.50). Temporarily removing the gettext 0.14.4-2 package
while I ran aclocal-1.4 worked around the problem. I do not know the
permanent solution.
The above mantra, when run in newlib/, regenerates newlib/configure,
but it does not regenerate newlib/libc/configure and all the other
configure scripts, each of which replicates the offending line from
libtool.m4 that I'm attempting to patch. Must the mantra be run in
every subdirectory?
Cheers!
Shaun
More information about the Newlib
mailing list