>>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
[...]
Braden> when I try to use the CVS version of automake,
CVS HEAD = future Automake 1.7
CVS branch-1-6 = upcoming Automake 1.6.2
Braden> I get an error from autoheader:
Braden> autoheader: error: AC_CONFIG_HEADERS not found i
Hello everyone,
I'm taking over the automake packages for debian after a long period
of neglect. I've packaged automake-1.6, and the versioned binaries and
directories were a big help. But I'm a bit confused why the info files
are not versioned as well. Was this intentional, or were they
forgotte
On Tue, 2002-06-11 at 13:08, Alexandre Duret-Lutz wrote:
> >>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
>
> [...]
>
> Braden> if WITH_JDK
> Braden> noinst_JAVA = MyClass1.java MyClass2.java
> Braden> endif
>
> Braden> Works if WITH_JDK is true; but if WITH_JDK is false,
> Br
>>> "Nishio" == Nishio Futoshi <[EMAIL PROTECTED]> writes:
Nishio> FAIL: pr307.test
Thanks! Looks like it was worth making this snapshot.
The reason why you see this
Nishio> mv -f .libs/g.lo g.lo
Nishio> mv: .libs/g.lo: No such file or directory
and why I didn't see it is because not all
Warning
Unable to process data:
multipart/mixed;boundary="=_NextPart_000_00N5_46Q67T8V.V3897A11"
Turkiye-Cin Macini kazandigimiz zaman gumbur gumbur Tarkan - Milli Takim
Sarkisi'ni calmak istemezmisiniz ?
http://www.mp3data.org girin hemen yukleyin
Hi!
In 'make check', I got
=
1 of 380 tests failed
=
FAIL: pr307.test
And I do 'make TESTS=pr307.test VERBOSE=1 check'. I put below. My
tools version are:
$ uname -r
2.4.4-18k
# It's GNU/Linux
$ ar --version
GNU ar 2.12
$ autoconf --version
autoconf
>>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
[...]
Braden> if WITH_JDK
Braden> noinst_JAVA = MyClass1.java MyClass2.java
Braden> endif
Braden> Works if WITH_JDK is true; but if WITH_JDK is false,
Braden> javac still gets called, but with no source file
Braden> arguments.
I have AM_CONDITIONAL(ENABLE_BAR, ... ) in configure.in and I want to have
if ENABLE_BAR
lib_LTLIBARAIES=libfoo.la
libfoo_la_LDADD=-lbaz
...
else
noninst_LTILIBRARIES=libfoo.la
...
endif
in Makefile.am, but it doesn't work, automake wants to define both
of ..._LTLIBRARIES and screams that it is
On Tue, 2002-06-11 at 04:04, Alexandre Duret-Lutz wrote:
> >>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
>
> Braden> I'm trying to conditionally compile some Java sources
> Braden> (with javac) using an Automake conditional:
>
> Braden> JAVAROOT = $(top_builddir)/java
>
>
>>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes:
Frederico> Hi Alexandre,
Frederico> When I add the line "include third-party.mk" to my Makefile.am
Frederico> I get any error messages running "automake -a".
Ok, that's clearer now: third-party.mk is not an Makefile.am fragmen
On Tue, Jun 11, 2002 at 01:22:44PM +0200, Bernd Jendrissek wrote:
> On Mon, Jun 10, 2002 at 09:25:20PM +0200, Alexandre Duret-Lutz wrote:
> > Hi!
> >
> > Here is a snapshot of the 1.6 branch of Automake.
> >
> > ftp://sources.redhat.com/pub/automake/automake-1.6.1b.tar.gz
> > ftp://sourc
>>> "Bernd" == Bernd Jendrissek <[EMAIL PROTECTED]> writes:
[...]
Bernd> Just running 'make check' on i686-pc-linux-gnu with perl
Bernd> v5.6.1 and generally not-quite redhat-6.1 distro.
Bernd> Result:
Bernd> 1 of 381 tests failed
Bernd> Oops. That was maintclean.test Oh, but I had
Bern
Hi Alexandre,
When I add the line "include third-party.mk" to my Makefile.am
I get any error messages running "automake -a".
The "third-party.mk" is correct because when I include it into my
Makefile
all works.
Below are the messages that I receive when I run "automake -a".
Thank yo
On Mon, Jun 10, 2002 at 09:25:20PM +0200, Alexandre Duret-Lutz wrote:
> Hi!
>
> Here is a snapshot of the 1.6 branch of Automake.
>
> ftp://sources.redhat.com/pub/automake/automake-1.6.1b.tar.gz
> ftp://sources.redhat.com/pub/automake/automake-1.6.1b.tar.bz2
>
> Please test it and repor
hi, this is my first use, i read manual carefully but i couldn't find any mistake.
after aclocal, autoconf, automake and ./configure, i typed gmake and i got this error:
gcc -g -O2 -o isoqlog Data.o Dir.o Html.o ...
gcc: Data.o: No such file or directory
...
gcc: No input files specified
***
|Here's a patch that I wrote to address that security "hole" in
|config.guess. I sent it to [EMAIL PROTECTED] on June 4, 2002 but
|have not heard from them since. The patch works with GNU config.guess
|2002-05-29, available at ftp://ftp.gnu.org/pub/gnu/config/config.guess
|
|
|The patch tries to
>>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes:
Braden> I'm trying to conditionally compile some Java sources
Braden> (with javac) using an Automake conditional:
Braden> JAVAROOT = $(top_builddir)/java
Braden> JAVA_FILES = MyClass1.java MyClass2.java
Braden> if WITH_JD
>>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes:
Frederico> I have any .mk files that I could like to add to the
Frederico> Makefiles generated by configure.
>>
>> Do these files exist before Automake is run, or are they created
>> by configure?
Frederico> They aren't create
19 matches
Mail list logo