X-Spam-Check-By: sourceware.org Message-ID: <454177D0.2060203@users.sourceforge.net> Date: Thu, 26 Oct 2006 22:06:56 -0500 From: "Yaakov S (Cygwin Ports)" User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: autoconf2.5: AC_PATH_XTRA in 2.60 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Charles, autoconf-2.60 needs a patch to fix AC_PATH_XTRA (XrmInitialize is defined in libX11, not libXt), see below. Yaakov ***** START PATCH ***** - --- libs.m4.orig 2006-10-26 22:03:30.128250000 -0500 +++ libs.m4 2006-10-26 22:03:07.315750000 -0500 @@ -288,7 +288,7 @@ ~ # See if we find them without any special options. ~ # Don't add to $LIBS permanently. ~ ac_save_LIBS=$LIBS - - LIBS="-lXt $LIBS" + LIBS="-lX11 $LIBS" ~ AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include ], ~ [XrmInitialize ()])], ~ [LIBS=$ac_save_LIBS ***** END PATCH ***** -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFQXfQpiWmPGlmQSMRAtYYAJ9bwWYrx4rKB72ariL2YBemyh/SggCgrYbK tkirYatqyidZi/EKqSTocZk= =QHA7 -----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/