-----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 @@ export PATH="${D}/usr/bin:${DEPS_PATH}:${os_path}"; # Ruby and Apache2 modules should be *.so, nothing else!!! - - find . -name '*.exe' -o -name '*.dll' -o -name '*.so' \ + find . \( -name '*.exe' -o -name '*.dll' -o -name '*.so' \) \ -exec cygcheck '{}' + | sed -ne '/^ [^ ]/ s,\\,/,gp' | sort -bu | \ xargs -r -n1 cygpath -u | xargs -r cygcheck -f | \ sed 's!^! !' | sort -u; - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFP2aE84KuGfSFAYARAvIBAKDLQaBy2X3YH2FM+oErfF8cFEooMwCgwPqD lXnQSfbT8CGcvDw33aXTF3s= =7qRZ -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/