bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] Re: megatest fallout


From: Bruno Haible
Subject: Re: [bug-gnulib] Re: megatest fallout
Date: Fri, 22 Sep 2006 17:41:49 +0200
User-agent: KMail/1.9.1

Ralf Wildenhues wrote:
> Maybe there should be a way to automatize the "disable the config-h
> module as long as one of the modules this package uses still guards
> config.h"; or simpler: exempt the config-h module from the ALL test
> for now.

Done.

2006-09-22  Bruno Haible  <address@hidden>

        * gnulib-tool (func_create_megatestdir): Don't include the config-h
        module.

*** gnulib-tool 22 Sep 2006 12:47:54 -0000      1.171
--- gnulib-tool 22 Sep 2006 15:41:53 -0000
***************
*** 2382,2389 ****
      func_append megasubdirs "$onemodule "
    done
    # Then, all modules all together.
    # Except fnmatch-posix, which conflicts with fnmatch-gnu. FIXME.
!   allmodules=`for m in $allmodules; do if test $m != fnmatch-posix; then echo 
$m; fi; done`
    func_create_testdir "$megatestdir/ALL" "$allmodules"
    func_append megasubdirs "ALL"
  
--- 2382,2390 ----
      func_append megasubdirs "$onemodule "
    done
    # Then, all modules all together.
+   # Except config-h, which breaks all modules which use HAVE_CONFIG_H.
    # Except fnmatch-posix, which conflicts with fnmatch-gnu. FIXME.
!   allmodules=`for m in $allmodules; do if test $m != config-h && test $m != 
fnmatch-posix; then echo $m; fi; done`
    func_create_testdir "$megatestdir/ALL" "$allmodules"
    func_append megasubdirs "ALL"
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]