From 2c83f24a420498c5f63f05e7d95ef0cff4814970 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 10 Jul 2007 14:13:57 +0000 Subject: autoconf_2.61.bb : fix a "bug" in autoconf where it treated CONFIG_SITE as a single filename instead of splitting it into individual filenames. This stopped autoconf 2.61 loading the site files. --- packages/autoconf/autoconf-2.61/config-site.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/autoconf/autoconf-2.61/config-site.patch (limited to 'packages/autoconf/autoconf-2.61/config-site.patch') diff --git a/packages/autoconf/autoconf-2.61/config-site.patch b/packages/autoconf/autoconf-2.61/config-site.patch new file mode 100644 index 0000000000..0fa49720c1 --- /dev/null +++ b/packages/autoconf/autoconf-2.61/config-site.patch @@ -0,0 +1,13 @@ +Index: autoconf-2.61/lib/autoconf/general.m4 +=================================================================== +--- autoconf-2.61.orig/lib/autoconf/general.m4 2007-07-10 15:09:01.000000000 +0100 ++++ autoconf-2.61/lib/autoconf/general.m4 2007-07-10 15:09:17.000000000 +0100 +@@ -1767,7 +1767,7 @@ + m4_define([AC_SITE_LOAD], + [# Prefer explicitly selected file to automatically selected ones. + if test -n "$CONFIG_SITE"; then +- set x "$CONFIG_SITE" ++ set x $CONFIG_SITE + elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" + else -- cgit v1.2.3