bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] regex problems


From: Sam Steingold
Subject: Re: [bug-gnulib] regex problems
Date: Thu, 04 Aug 2005 09:30:15 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

> * Bruno Haible <address@hidden> [2005-08-04 13:22:12 +0200]:
>
> Sam Steingold wrote:
>
>> > Does the definition of AC_CHECK_HEADERS_ONCE also find its way into
>> > the aclocal.m4 file? ...
>> no, aclocal.m4 does not have the definition.
> That's the problem. Fix that, and it will work.

well, yes, that much is obvious.
how do I fix it?!
aclocal.m4 is generated by this rule in Makefile.devel:

src/autoconf/aclocal.m4 : $(wildcard src/m4/*.m4) $(addsuffix .in,$(CONFIGURES))
        egrep '(AC_INIT|AC_PREREQ)' src/configure.in > configure.ac
        cat $(addsuffix .in,$(CONFIGURES)) | egrep -v 
'(AC_INIT|AC_CONFIG_HEADER|AC_OUTPUT|AC_CONFIG_FILE.*(Makefile|link\.sh)|_CANONICAL_|AC_PREREQ)'
 >> configure.ac
        echo AC_OUTPUT >> configure.ac
        aclocal -I `pwd`/src/m4 --output=src/autoconf/aclocal.m4
        $(RM) configure.ac



-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://pmw.org.il/> <http://www.palestinefacts.org/>
<http://www.memri.org/> <http://www.camera.org> <http://www.iris.org.il>
MS: our tomorrow's software will run on your tomorrow's HW at today's speed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]