Re: [bug-gnulib] yet another hello pretest

2006-11-10 Thread Bruno Haible
Paul Eggert wrote: > 2. The "#if ENABLE_NLS" isn't needed, since gettext.h does the right > thing anyway. > -#if ENABLE_NLS >/* Set the text message domain. */ >bindtextdomain (PACKAGE, LOCALEDIR); >textdomain (PACKAGE); > -#endif But with this, configuring with "./configure --d

Re: [bug-gnulib] yet another hello pretest

2006-11-09 Thread Bruno Haible
Eric Blake wrote: > 2006-11-09 Eric Blake <[EMAIL PROTECTED]> > > * hello.c (main): Use atexit, to avoid warning with 'gcc -Wall > -Werror'. > (my_exit): Delete, no longer needed. > I support this patch. Using 'atexit' leads to more maintainable code than pervasive use of 'my