This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

autoconf2.5: AC_PATH_XTRA in 2.60


-----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 <X11/Xlib.h>],
~                                  [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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]