* lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
* NEWS: Mention the change.
* THANKS: Update.
Reported by Brad Walker.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-06-09 Eric Blake <ebb9@byu.net>
+
+ Allow lib64 as a default X library location.
+ * lib/autoconf/libs.m4 (_AC_PATH_X_XMKMF): Add lib64.
+ * NEWS: Mention the change.
+ * THANKS: Update.
+ Reported by Brad Walker.
+
2008-06-05 Eric Blake <ebb9@byu.net>
Fix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
* Major changes in Autoconf 2.62a (2008-??-??)
+** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default
+ library directories.
+
** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now
handle properly quoted but otherwise unbalanced parentheses (for
some macros, this fixes a regression in 2.62).
Bob Proulx bob@proulx.com
Bob Rossi bob_rossi@cox.net
Bob Wilson bwilson@tensilica.com
+Brad Walker me@bradmwalker.com
Braden McDaniel braden@endoframe.com
Bram Moolenaar bram@vim.org
Brian Gough bjg@network-theory.co.uk
*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
esac
case $ac_im_usrlibdir in
- /usr/lib | /lib) ;;
+ /usr/lib | /usr/lib64 | /lib | /lib64) ;;
*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
esac
fi