Help with automake-1.6

2002-06-12 Thread Felipe Contreras
Hi, I whould like to know how I can modify the next Makefile.am so it works with automake-1.6. The problem is that automake says that the object was created both with libtool and without. EXTRA_DIST = PROTOCOL md5.h pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) l

scan_autoconf_config_files() and input files

2002-06-12 Thread Harlan Stenn
So scan_autoconf_config_files() says: ... # Handle $local:$input syntax. Note that we ignore # every input file past the first, though we keep # those around for later. my ($local, $input, @rest) = split (/:/); ... and then only checks the $input

Truc de ouf !

2002-06-12 Thread Trucdeouf
Title: Untitled Document Nouveau ! et vraiment très très drôle ! ! ! Faites draguer un(e) ami(e), collègue de bureau, par notre allumeuse ou notre bel italien. 1 Appelez le 0899 700 222* 2 Choisissez votre piège 3 Tapez le numéro de votre correspondant 4 Ecoutez

Re: Conditionally compiling Java

2002-06-12 Thread Braden McDaniel
On Wed, 2002-06-12 at 03:15, Alexandre Duret-Lutz wrote: > >>> "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 Well that makes a differen

Maak digitale foto's van uitstekende kwaliteit.

2002-06-12 Thread Teledirekt Nederland SoftwareNieuws
Geachte klant, De opkomst van de digitale fotografie gaat in een razend tempo. Camera's worden steeds meer uitgerust met leuke extra's. Maar wat nog interessanter is, digitale camera's worden ook steeds beter betaalbaar. In deze nieuwsbrief bieden wij u bijvoorbeeld de handige Kodak DX 3500 a

Re: Automake 1.6.1b

2002-06-12 Thread Nishio Futoshi
Thanks for depcomp's patch. I typed 'make check', and got "All 380 tests behaved as expected (4 expected failures) ". And I found that my gcc with -M option results no object file. Thanks. -- Nishio Futoshi

Re: Conditionals in Makefile.am

2002-06-12 Thread Stephan Kulow
On Tuesday 11 June 2002 18:14, Filip Kaliński wrote: > 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 wor

Re: automake and AC_CONFIG_FILES templates

2002-06-12 Thread Harlan Stenn
And I also tried: AC_CONFIG_FILES(Makefile:global-vars.mk:Makefile) H

automake and AC_CONFIG_FILES templates

2002-06-12 Thread Harlan Stenn
An application I'm working with preprocesses the Makefile.am's to find the ones that build libraries, and creates a file that contains the path to each library: libfoo_la_LIBDEP = /path/to/libfoo.la libbar_la_LIBDEP = /path/to/libbar.la ... ALL_LIBS = \ /path/to/libfoo.la \ /p

Re: Conditionals in Makefile.am

2002-06-12 Thread Alexandre Duret-Lutz
>>> "Filip" == Filip Kaliński <[EMAIL PROTECTED]> writes: Filip> I have AM_CONDITIONAL(ENABLE_BAR, ... ) in configure.in Filip> and I want to have Filip> if ENABLE_BAR Filip> lib_LTLIBARAIES=libfoo.la Filip> libfoo_la_LDADD=-lbaz Filip> ... Filip> else Filip> noninst_LTILIBRARIES=libfoo.

ACLOCAL_PATH patch?

2002-06-12 Thread Harlan Stenn
The mpkg folks apply a patch to automake to allow it to support ACLOCAL_PATH. This is most useful for places that want to support multiple versions of libtool and keep the libtool installation independent of any installed versions of automake. I don't have easy access to any of my CVS automake