-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Bruno Haible on 6/4/2008 4:41 AM: | @@ -3418,8 +3418,9 @@ | # Except config-h, which breaks all modules which use HAVE_CONFIG_H. | # Except fnmatch-posix, which conflicts with fnmatch-gnu. FIXME. | # Except ftruncate, mountlist, which abort the configuration on mingw. FIXME. | + # Except gnumakefile, which breaks when there is no file '.tarball-version'.
But it is NOT gnumakefile in isolation that breaks the build. It is the combination of gnumakefile AND git-version-gen. | modules=`func_all_modules` | - modules=`for m in $modules; do case $m in config-h | fnmatch-posix | ftruncate | mountlist) ;; *) echo $m;; esac; done` | + modules=`for m in $modules; do case $m in config-h | fnmatch-posix | ftruncate | mountlist | gnumakefile) ;; *) echo $m;; esac; done` At any rate, I can agree with excluding it from the test, since it does not provide a compiling function, so much as a maintainer help. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkhGfiQACgkQ84KuGfSFAYCIqQCcDhuTe8/k/Ql7YYOqwL1f96ak IiIAnRATKSA1vTf7x3ccE8Y4WeIb3QWj =bdWj -----END PGP SIGNATURE-----