[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] configure: test(1) uses = not == for string comparison



commit be4d793faa218b6991ff7fd86eacf2c833284919
Author:     Patrick Welche <prlw1@xxxxxxxxx>
AuthorDate: Wed Apr 10 11:34:11 2013 +0100
Commit:     Ian Campbell <ian.campbell@xxxxxxxxxx>
CommitDate: Wed Apr 17 14:29:17 2013 +0100

    configure: test(1) uses = not == for string comparison
    
    Avoids a bash-ism.
    
    Signed-off-by: Patrick Welche <prlw1@xxxxxxxxx>
    Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
    Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
 m4/path_or_fail.m4 |    2 +-
 m4/python_devel.m4 |    2 +-
 stubdom/configure  |    4 ++--
 tools/configure    |   22 +++++++++++-----------
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/m4/path_or_fail.m4 b/m4/path_or_fail.m4
index ece8cd4..e256918 100644
--- a/m4/path_or_fail.m4
+++ b/m4/path_or_fail.m4
@@ -1,6 +1,6 @@
 AC_DEFUN([AX_PATH_PROG_OR_FAIL],
 [AC_PATH_PROG([$1], [$2], [no])
-if test x"${$1}" == x"no" 
+if test x"${$1}" = x"no"
 then
     AC_MSG_ERROR([Unable to find $2, please install $2])
 fi])
diff --git a/m4/python_devel.m4 b/m4/python_devel.m4
index 0a2202c..659e7d4 100644
--- a/m4/python_devel.m4
+++ b/m4/python_devel.m4
@@ -4,7 +4,7 @@ ac_previous_ldflags=$LDFLAGS
 ac_python_version=`$PYTHON -c 'import distutils.sysconfig; \
     print distutils.sysconfig.get_config_var("VERSION")'`
 AC_PATH_PROG([pyconfig], [$PYTHON-config], [no])
-AS_IF([test x"$pyconfig" == x"no"], [
+AS_IF([test x"$pyconfig" = x"no"], [
     dnl For those that don't have python-config
     CPPFLAGS="$CFLAGS `$PYTHON -c 'import distutils.sysconfig; \
         print "-I" + distutils.sysconfig.get_config_var("INCLUDEPY")'`"
diff --git a/stubdom/configure b/stubdom/configure
index 51ca676..218457f 100755
--- a/stubdom/configure
+++ b/stubdom/configure
@@ -3119,7 +3119,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${WGET}" == x"no"
+if test x"${WGET}" = x"no"
 then
     as_fn_error $? "Unable to find wget, please install wget" "$LINENO" 5
 fi
@@ -3168,7 +3168,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${CMAKE}" == x"no"
+if test x"${CMAKE}" = x"no"
 then
     as_fn_error $? "Unable to find cmake, please install cmake" "$LINENO" 5
 fi
diff --git a/tools/configure b/tools/configure
index 7b8cef8..aac7f87 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4477,7 +4477,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${PERL}" == x"no"
+if test x"${PERL}" = x"no"
 then
     as_fn_error $? "Unable to find perl, please install perl" "$LINENO" 5
 fi
@@ -4524,7 +4524,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${CURL}" == x"no"
+if test x"${CURL}" = x"no"
 then
     as_fn_error $? "Unable to find curl-config, please install curl-config" 
"$LINENO" 5
 fi
@@ -4569,7 +4569,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${XML}" == x"no"
+if test x"${XML}" = x"no"
 then
     as_fn_error $? "Unable to find xml2-config, please install xml2-config" 
"$LINENO" 5
 fi
@@ -5837,7 +5837,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${BASH}" == x"no"
+if test x"${BASH}" = x"no"
 then
     as_fn_error $? "Unable to find bash, please install bash" "$LINENO" 5
 fi
@@ -5892,7 +5892,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${PYTHONPATH}" == x"no"
+if test x"${PYTHONPATH}" = x"no"
 then
     as_fn_error $? "Unable to find $PYTHON, please install $PYTHON" "$LINENO" 5
 fi
@@ -6355,7 +6355,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"$pyconfig" == x"no"; then :
+if test x"$pyconfig" = x"no"; then :
 
         CPPFLAGS="$CFLAGS `$PYTHON -c 'import distutils.sysconfig; \
         print "-I" + distutils.sysconfig.get_config_var("INCLUDEPY")'`"
@@ -6484,7 +6484,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${XGETTEXT}" == x"no"
+if test x"${XGETTEXT}" = x"no"
 then
     as_fn_error $? "Unable to find xgettext, please install xgettext" 
"$LINENO" 5
 fi
@@ -6531,7 +6531,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${AS86}" == x"no"
+if test x"${AS86}" = x"no"
 then
     as_fn_error $? "Unable to find as86, please install as86" "$LINENO" 5
 fi
@@ -6576,7 +6576,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${LD86}" == x"no"
+if test x"${LD86}" = x"no"
 then
     as_fn_error $? "Unable to find ld86, please install ld86" "$LINENO" 5
 fi
@@ -6621,7 +6621,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${BCC}" == x"no"
+if test x"${BCC}" = x"no"
 then
     as_fn_error $? "Unable to find bcc, please install bcc" "$LINENO" 5
 fi
@@ -6666,7 +6666,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"${IASL}" == x"no"
+if test x"${IASL}" = x"no"
 then
     as_fn_error $? "Unable to find iasl, please install iasl" "$LINENO" 5
 fi
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.