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  <[EMAIL PROTECTED]>

        * 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