Re: filenamecat-tests & fstrcmp-tests: needs program_name symbol

2009-01-19 Thread Simon Josefsson
Bruno Haible writes: > Simon Josefsson wrote: >> How about the patch below? Tested on debian lenny x86 and mac os x >> 10.4. > > Looks perfect. I've pushed it. > Additionally, a few tests are using module 'progname' but are not > initializing it upon program startup. This fixes it. Great, I n

Re: filenamecat-tests & fstrcmp-tests: needs program_name symbol

2009-01-18 Thread Jim Meyering
Simon Josefsson wrote: > The self-test for filenamecat fails to build on darwin: > > http://autobuild.josefsson.org/gnulib/log-200901180512377089000.txt > > Which also breaks the canonicalize module: > > http://autobuild.josefsson.org/gnulib/log-200901180511842725000.txt > > The fstrcmp-tests has

Re: filenamecat-tests & fstrcmp-tests: needs program_name symbol

2009-01-18 Thread Bruno Haible
Simon Josefsson wrote: > How about the patch below? Tested on debian lenny x86 and mac os x > 10.4. Looks perfect. Additionally, a few tests are using module 'progname' but are not initializing it upon program startup. This fixes it. 2009-01-18 Bruno Haible * tests/test-avltree_lis

filenamecat-tests & fstrcmp-tests: needs program_name symbol

2009-01-18 Thread Simon Josefsson
os x 10.4. /Simon diff --git a/ChangeLog b/ChangeLog index d9b6b25..64736b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-01-18 Simon Josefsson + + * modules/filenamecat-tests (Depends-on): Add progname. + * modules/fstrcmp-tests (Depends-on): Likewise. + + *

@FOO@ vs. $(FOO) (was: Re: filenamecat-tests)

2007-10-18 Thread Bruno Haible
Jim Meyering wrote: > BTW, does anyone know why all modules that add LIBINTL add > it with the anachronistic @LIBINTL@, rather than $(LIBINTL)? > Similarly, there are many uses of @EXEEXT@ that should be $(EXEEXT) > these days. Why "anachronistic"? Why "should"? Automake allows to write it both wa

Re: filenamecat-tests

2007-10-18 Thread Ralf Wildenhues
* Jim Meyering wrote on Thu, Oct 18, 2007 at 02:35:35PM CEST: > > BTW, does anyone know why all modules that add LIBINTL add > it with the anachronistic @LIBINTL@, rather than $(LIBINTL)? > Similarly, there are many uses of @EXEEXT@ that should be $(EXEEXT) > these days. But three already use $(E

Re: filenamecat-tests

2007-10-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 10/18/2007 6:35 AM: > Eric Blake <[EMAIL PROTECTED]> wrote: >> The filenamecat-tests module needs an LDADD line to pull in -lintl on >> cygwin. Committing: > > Why does it need -lintl? Bec

Re: filenamecat-tests

2007-10-18 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > The filenamecat-tests module needs an LDADD line to pull in -lintl on > cygwin. Committing: Why does it need -lintl? > 2007-10-18 Eric Blake <[EMAIL PROTECTED]> > > * modules/filenamecat-tests (Makefi

filenamecat-tests

2007-10-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The filenamecat-tests module needs an LDADD line to pull in -lintl on cygwin. Committing: 2007-10-18 Eric Blake <[EMAIL PROTECTED]> * modules/filenamecat-tests (Makefile.am): Link against -lintl. - -- Don't work too hard, mak