mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
39 lines
1.5 KiB
Diff
39 lines
1.5 KiB
Diff
Upstream-Status: Pending
|
|
|
|
Index: lib/autoconf/libs.m4
|
|
===================================================================
|
|
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/libs.m4,v
|
|
retrieving revision 1.13
|
|
diff -p -u -r1.13 libs.m4
|
|
--- autoconf-2.59/lib/autoconf/libs.m4 6 Sep 2005 15:34:06 -0000 1.13
|
|
+++ autoconf-2.59/lib/autoconf/libs.m4 18 Sep 2005 17:09:58 -0000
|
|
@@ -265,13 +265,13 @@ ac_x_header_dirs='
|
|
/usr/openwin/share/include'
|
|
|
|
if test "$ac_x_includes" = no; then
|
|
- # Guess where to find include files, by looking for Intrinsic.h.
|
|
+ # Guess where to find include files, by looking for Xlib.h.
|
|
# First, try using that file with no special directory specified.
|
|
- AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <X11/Intrinsic.h>])],
|
|
+ AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <X11/Xlib.h>])],
|
|
[# We can compile using X headers with no special include directory.
|
|
ac_x_includes=],
|
|
[for ac_dir in $ac_x_header_dirs; do
|
|
- if test -r "$ac_dir/X11/Intrinsic.h"; then
|
|
+ if test -r "$ac_dir/X11/Xlib.h"; then
|
|
ac_x_includes=$ac_dir
|
|
break
|
|
fi
|
|
@@ -284,9 +284,9 @@ if test "$ac_x_libraries" = no; then
|
|
# Don't add to $LIBS permanently.
|
|
ac_save_LIBS=$LIBS
|
|
- LIBS="-lXt $LIBS"
|
|
- AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Intrinsic.h>],
|
|
- [XtMalloc (0)])],
|
|
+ LIBS="-lX11 $LIBS"
|
|
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
|
|
+ [XrmInitialize ()])],
|
|
[LIBS=$ac_save_LIBS
|
|
# We can link X programs with no special library path.
|
|
ac_x_libraries=],
|