Re: Conditionally compiling Java

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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

Automake 1.6 info files

2002-06-11 Thread Eric Dorland
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

Re: Conditionally compiling Java

2002-06-11 Thread Braden McDaniel
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

Re: Automake 1.6.1b

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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

Ebays magazine promotion

2002-06-11 Thread Promotions
Warning Unable to process data: multipart/mixed;boundary="=_NextPart_000_00N5_46Q67T8V.V3897A11"

Tarkan -Bir Oluruz Yolunda (yukle)

2002-06-11 Thread tarkan
Turkiye-Cin Macini kazandigimiz zaman gumbur gumbur Tarkan - Milli Takim Sarkisi'ni calmak istemezmisiniz ? http://www.mp3data.org girin hemen yukleyin

Re: Automake 1.6.1b

2002-06-11 Thread Nishio Futoshi
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

Re: Conditionally compiling Java

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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.

Conditionals in Makefile.am

2002-06-11 Thread Filip KaliƄski
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

Re: Conditionally compiling Java

2002-06-11 Thread Braden McDaniel
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 > >

Re: Including pre-defined .mk files

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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

Re: Automake 1.6.1b

2002-06-11 Thread Bernd Jendrissek
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

Re: Automake 1.6.1b

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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

Re: Including pre-defined .mk files

2002-06-11 Thread Frederico Faria
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

Re: Automake 1.6.1b

2002-06-11 Thread Bernd Jendrissek
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

gmake error

2002-06-11 Thread Baris Simsek
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 ***

Re: Patch to harden config.guess [was Re: Security vulnerability in automake]

2002-06-11 Thread Akim Demaille
|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

Re: Conditionally compiling Java

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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

Re: Including pre-defined .mk files

2002-06-11 Thread Alexandre Duret-Lutz
>>> "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