Apply patch to autoconf to use a version of AC_CHECK_SIZEOF that works when
authorChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 05:23:30 +0000 (05:23 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 29 May 2004 05:23:30 +0000 (05:23 +0000)
crosscompiling.  Based on shell code courtesy Manuel Novoa III.

BKrev: 40b81e52a1r4O8ohH8-iSfNWE0cGuA

autoconf/autoconf-2.59/sizeof_types.patch [new file with mode: 0644]
autoconf/autoconf_2.59.oe

diff --git a/autoconf/autoconf-2.59/sizeof_types.patch b/autoconf/autoconf-2.59/sizeof_types.patch
new file mode 100644 (file)
index 0000000..e69de29
index 76c50e6..41c8e21 100644 (file)
@@ -5,7 +5,8 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://autoreconf-foreign.patch;patch=1 \
           file://autoreconf-gnuconfigize.patch;patch=1 \
           file://autoconf259-update-configscripts.patch;patch=1 \
-          file://autoheader-nonfatal-warnings.patch;patch=1"
+          file://autoheader-nonfatal-warnings.patch;patch=1 \
+          file://sizeof_types.patch;patch=1"
 DESCRIPTION = "A package of M4 macros to produce scripts to \
 automatically configure sourcecode."