-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Charles,
A few requests regarding automake: 1) Could you please include the attached patch in automake1.4? This makes automake-1.4 compatible with the other versions in accepting - --force-missing. Otherwise, when using autoreconf-2.5x and automake-1.4 together (yes, it does happen), autoreconf -f -i -v fails. 2) Could you please package automake1.5 as well? freeglut uses it. 3) In addition, it is possible to have a wrapper for automake with our setup. Gentoo has a similar setup, and uses this: http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-devel/automake-wrapper/files/am-wrapper-1.sh?content-type=text%2Fplain BTW, they have a different autoconf wrapper also: http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-devel/autoconf-wrapper/files/ac-wrapper-3.2.sh?content-type=text%2Fplain Thanks for your help. Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEZRF3piWmPGlmQSMRAsJdAKDij1eFBqhO0EKo33ODNpGN2x6urACdEHo3 EFKxUbe8SL3HK2FfToSYjwA= =GeQ5 -----END PGP SIGNATURE-----
--- automake.in.orig 2006-05-12 17:16:15.551375000 -0500 +++ automake.in. 2006-05-12 17:16:07.910750000 -0500 @@ -502,6 +502,10 @@ push (@input_files, @arglist); last; } + elsif ($arglist[0] eq '--force-missing' || $arglist[0] eq '-f') + { + $force_generation = 1; + } elsif ($arglist[0] =~ /^-/) { die "automake: unrecognized option -- \`$arglist[0]'\nTry \`automake --help' for more information.\n";
-- 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/