X-Spam-Check-By: sourceware.org Message-ID: <44651178.507@users.sourceforge.net> Date: Fri, 12 May 2006 17:51:36 -0500 From: "Yaakov S (Cygwin Ports)" User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: automake: 1.4, 1.5, and wrapper Content-Type: multipart/mixed; boundary="------------040203050700080309090806" Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------040203050700080309090806 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----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----- --------------040203050700080309090806 Content-Type: text/plain; name="automake1.4.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="automake1.4.patch" --- 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"; --------------040203050700080309090806 Content-Type: text/plain; charset=us-ascii -- 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/ --------------040203050700080309090806--