mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
autoconf: added 2.61
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2257 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/autoconf/autoconf-2.61/config-site.patch
vendored
Normal file
13
meta/packages/autoconf/autoconf-2.61/config-site.patch
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user