> -Original Message-
> From: Fausto Sanchez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 08, 2001 3:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Makefile.in files
>
>
>
> separate area. We use CVS with automake and in our source trees when
> we do a cvs update -d it shows all
Sorry about the last email. I figured out the error I was getting and it
was all our setup.
However, I was wondering if there is a way to create all the Makefile.in
files in a
separate area. We use CVS with automake and in our source trees when
we do a cvs update -d it shows all of the Makefile.
Hi,
I used the flag "--output-dir=MYBUILDDIR" in my bootstrap file. When I
run bootstrap, the Makefile.in files get created in the buid area instead of
the source area( source area is the default behavior ), which is what I
want. However, when I do a gmake I get the following error:
configure.i
launching ../configure
.
.
.
.
then
configure: error: cannot run /bin/sh ../config.sub
I have done
autoscan
aclocal
automake
autoconf
François
On Wed, 2001-11-07 at 05:59, Tom Tromey wrote:
> > "Alexandre" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
>
> >> SUFFIXES = .k
>
> Alexandre> (This is superfluous, Automake will infer it from the .k.o
> Alexandre> rule below)
>
> Is it still documented as being required?
>
> Tom
Hello
What does mean ?
/usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
Using
automake (GNU automake) 1.5
autoconf (GNU Autoconf) 2.52
ltmain.sh