diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-02 13:19:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:03 +0200 |
commit | 4dd4262296712bb594fd3fe02e7c70c0bc441bd2 (patch) | |
tree | 78a61537990d061bea85fa6125391dfb974609d8 /recipes/autoconf/autoconf-2.63/config-site.patch | |
parent | b5a7a6cec6ef3366ebb8ebf76d90bf2243a76c1d (diff) |
autoconf: add 2.63 with patches ported forward, disabled by default
Diffstat (limited to 'recipes/autoconf/autoconf-2.63/config-site.patch')
-rw-r--r-- | recipes/autoconf/autoconf-2.63/config-site.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/autoconf/autoconf-2.63/config-site.patch b/recipes/autoconf/autoconf-2.63/config-site.patch new file mode 100644 index 0000000000..0c66fe31b8 --- /dev/null +++ b/recipes/autoconf/autoconf-2.63/config-site.patch @@ -0,0 +1,11 @@ +--- /tmp/general.m4 2009-06-02 15:14:15.000000000 +0200 ++++ autoconf-2.63/lib/autoconf/general.m4 2009-06-02 15:14:42.000000000 +0200 +@@ -1848,7 +1848,7 @@ + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site + fi +-for ac_site_file in "$ac_site_file1" "$ac_site_file2" ++for ac_site_file in $ac_site_file1 "$ac_site_file2" + do + test "x$ac_site_file" = xNONE && continue + if test -r "$ac_site_file"; then |