automake
[Top][All Lists]
Advanced

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

Re: Support for configure.ac


From: Lars Hecking
Subject: Re: Support for configure.ac
Date: Thu, 18 Jan 2001 16:55:35 +0000
User-agent: Mutt/1.3.13i

Akim Demaille writes:
> >>>>> "Lars" == Lars Hecking <address@hidden> writes:
> 
> Lars> I have that, but it still doesn't work. 
> 
> What did you type?  How did it fail?  Do your Makefile.in still have
> the @CONFIGURE_AC@ stuff?  If so, run `touch *.am; make'.
 
$ touch *.am
$ make
cd . && /tmp/automake/automake --amdir=. --gnits Makefile
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
Making all in .
make[1]: Entering directory `/tmp/automake'
make[1]: *** No rule to make target address@hidden@', needed by `stamp-vti'.  
Stop.
make[1]: Leaving directory `/tmp/automake'
make: *** [all-recursive] Error 1
$ grep CONFIGURE_AC automake
        local ($xform) = &transform ("CONFIGURE_AC" => $configure_ac);
            $xform = &transform ('CONFIGURE_AC'       => $configure_ac,

> No, @CONFIGURE_AC@ is handled by automake,

 Apparently not, at least in my case :-(

 Makefile.in from automake-cvs does not contain @CONFIGURE_AC@, but the
 one created here by automake-cvs does.




reply via email to

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