diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 11:32:32 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 11:32:32 +0000 |
| commit | 3b136553e2a319b6e20f3b038d7f861ca1116fe3 (patch) | |
| tree | 730d3dc8693c7a9bdd0117d7430846a0d0a31906 /meta/packages/autoconf/autoconf-2.59/autoconf-x.patch | |
| parent | 96664202cda4f4ff4b4fbc9da0f8970f7200394e (diff) | |
| download | poky-3b136553e2a319b6e20f3b038d7f861ca1116fe3.tar.gz | |
autoconf: dropped 2.59
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2517 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/autoconf/autoconf-2.59/autoconf-x.patch')
| -rw-r--r-- | meta/packages/autoconf/autoconf-2.59/autoconf-x.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/packages/autoconf/autoconf-2.59/autoconf-x.patch b/meta/packages/autoconf/autoconf-2.59/autoconf-x.patch deleted file mode 100644 index 596535b7d6..0000000000 --- a/meta/packages/autoconf/autoconf-2.59/autoconf-x.patch +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | Index: lib/autoconf/libs.m4 | ||
| 2 | =================================================================== | ||
| 3 | RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/libs.m4,v | ||
| 4 | retrieving revision 1.13 | ||
| 5 | diff -p -u -r1.13 libs.m4 | ||
| 6 | --- autoconf-2.59/lib/autoconf/libs.m4 6 Sep 2005 15:34:06 -0000 1.13 | ||
| 7 | +++ autoconf-2.59/lib/autoconf/libs.m4 18 Sep 2005 17:09:58 -0000 | ||
| 8 | @@ -265,13 +265,13 @@ ac_x_header_dirs=' | ||
| 9 | /usr/openwin/share/include' | ||
| 10 | |||
| 11 | if test "$ac_x_includes" = no; then | ||
| 12 | - # Guess where to find include files, by looking for Intrinsic.h. | ||
| 13 | + # Guess where to find include files, by looking for Xlib.h. | ||
| 14 | # First, try using that file with no special directory specified. | ||
| 15 | - AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <X11/Intrinsic.h>])], | ||
| 16 | + AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <X11/Xlib.h>])], | ||
| 17 | [# We can compile using X headers with no special include directory. | ||
| 18 | ac_x_includes=], | ||
| 19 | [for ac_dir in $ac_x_header_dirs; do | ||
| 20 | - if test -r "$ac_dir/X11/Intrinsic.h"; then | ||
| 21 | + if test -r "$ac_dir/X11/Xlib.h"; then | ||
| 22 | ac_x_includes=$ac_dir | ||
| 23 | break | ||
| 24 | fi | ||
| 25 | @@ -284,9 +284,9 @@ if test "$ac_x_libraries" = no; then | ||
| 26 | # Don't add to $LIBS permanently. | ||
| 27 | ac_save_LIBS=$LIBS | ||
| 28 | - LIBS="-lXt $LIBS" | ||
| 29 | - AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Intrinsic.h>], | ||
| 30 | - [XtMalloc (0)])], | ||
| 31 | + LIBS="-lX11 $LIBS" | ||
| 32 | + AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>], | ||
| 33 | + [XrmInitialize ()])], | ||
| 34 | [LIBS=$ac_save_LIBS | ||
| 35 | # We can link X programs with no special library path. | ||
| 36 | ac_x_libraries=], | ||
