AC_LANG([C])
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)
usage()
{
- test X$1 == X0 || exec >&2
+ test X$1 = X0 || exec >&2
cat << EOF
usage: coverage-report OPTIONS
where OPTIONS are
usage()
{
- test X$1 == X0 || exec >&2
+ test X$1 = X0 || exec >&2
cat <<EOF
usage: uncovered OPTIONS
where OPTIONS are
AC_CHECK_HEADERS([fftw3.h], , [AC_CHECK_HEADERS([fftw.h])])
AC_CHECK_HEADERS([pcap.h])
AC_CHECK_HEADERS([pthread.h])
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
AC_CHECK_HEADERS([X11/X.h])
fi
AC_LANG([C])
-if test "${build}" == "${host}"
+if test "${build}" = "${host}"
then
case "${host}" in
x86_64-*)
cd gsm0610
fi
-if [ $1x == --no-exe-runx ]
+if [ $1x = --no-exe-runx ]
then
# Run the .exe files, which should be here
./FR_A.EXE
rm -rf ACTION
rm -rf unpacked
-if [ $1x == --no-exex ]
+if [ $1x = --no-exex ]
then
# We need to prepare the .exe files to be run separately
rm -rf *.INP
AS_HELP_STRING([--with-jpeg12-lib=LIBRARY],
[path to libjpeg 12bit library]),,)
-if test "x$enable_jpeg12" == "xyes" ; then
+if test "x$enable_jpeg12" = "xyes" ; then
if test "x$with_jpeg12_lib" != "x" ; then
LIBS="$with_jpeg12_lib $LIBS"