Re: another cygport bug

2006-10-25 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaakov S (Cygwin Ports) wrote: > Eric Blake wrote: >>> The check for config_h in cygautoreconf does not work when the >>> line requests a template by a different name, as is the case with >>> coreutils 6.4: >>> >>> $ grep CONFIG_HEADERS coreutils-6.4/

Re: another cygport bug

2006-10-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Yaakov S (Cygwin Ports) on 10/24/2006 8:24 PM: > > Thanks for the patch; cygautoreconf() and gnome2_autoreconf() are now > fixed in CVS. How about this fix to __list_deps, too, so that the depend action works again? @@ -1121,7 +1121,7 @

Re: another cygport bug

2006-10-24 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: > The check for config_h in cygautoreconf does not work when the line > requests a template by a different name, as is the case with coreutils 6.4: > > $ grep CONFIG_HEADERS coreutils-6.4/configure.ac > AC_CONFIG_HEADERS([lib/config.

another cygport bug

2006-10-23 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The check for config_h in cygautoreconf does not work when the line requests a template by a different name, as is the case with coreutils 6.4: $ grep CONFIG_HEADERS coreutils-6.4/configure.ac AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) $ cygpor