gnulib-tool: tweaks

2006-09-01 Thread Bruno Haible
Hi Paul, Such code in gnulib-tool case $nl$modules$nl in *"${nl}config-h$nl"*) is not very robust: it exploits that $modules uses a newline as separator. But quite often a space is used separator. (I got trapped when using similar constructs in gettext.m4.) I'm changing this code to:

Re: [bug-gnulib] Re: gnulib-tool tweaks

2005-10-17 Thread Bruno Haible
Stepan Kasal wrote: > and what about the following? > > - built_sources=`grep '^BUILT_SOURCES *=' Makefile.in | sed -e > 's/^BUILT_SOURCES *=//'` > - if test -n "$built_sources"; then Thanks, applied. Bruno ___ bug-gnulib mailing list bu

Re: gnulib-tool tweaks

2005-10-17 Thread Stepan Kasal
Hi Bruno, and what about the following? Stepan 2005-10-17 Stepan Kasal <[EMAIL PROTECTED]> * gnulib-tool (func_create_testdir): Omit the clumsy check whether BUILT_SOURCES in nonempty. Index: gnulib-tool === RCS

gnulib-tool tweaks

2005-10-17 Thread Bruno Haible
Hi, I committed these small tweaks to gnulib-tool: 2005-10-16 Bruno Haible <[EMAIL PROTECTED]> * gnulib-tool (func_emit_tests_Makefile_am): Also define TESTS_ENVIRONMENT, so that individual tests can augment it. * gnulib-tool (func_create_testdir): Use an intermediate