mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
FS-4751 I am leaving out the one for devel-bootstrap.sh because I am not sure it should be /usr/pkg/bin/bash
This commit is contained in:
parent
2246b84554
commit
87c2bb552f
libs
libg722_1
sofia-sip/scripts
spandsp
tiff-4.0.2
@ -200,7 +200,7 @@ AC_CHECK_HEADERS([audiofile.h])
|
||||
|
||||
AC_LANG([C])
|
||||
|
||||
if test "${build}" == "${host}"
|
||||
if test "${build}" = "${host}"
|
||||
then
|
||||
case "${host}" in
|
||||
x86_64-*)
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
usage()
|
||||
{
|
||||
test X$1 == X0 || exec >&2
|
||||
test X$1 = X0 || exec >&2
|
||||
cat << EOF
|
||||
usage: coverage-report OPTIONS
|
||||
where OPTIONS are
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
usage()
|
||||
{
|
||||
test X$1 == X0 || exec >&2
|
||||
test X$1 = X0 || exec >&2
|
||||
cat <<EOF
|
||||
usage: uncovered OPTIONS
|
||||
where OPTIONS are
|
||||
|
@ -199,7 +199,7 @@ AC_CHECK_HEADERS([fenv.h])
|
||||
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
|
||||
@ -243,7 +243,7 @@ AC_CHECK_HEADERS([FL/Fl_Audio_Meter.H])
|
||||
|
||||
AC_LANG([C])
|
||||
|
||||
if test "${build}" == "${host}"
|
||||
if test "${build}" = "${host}"
|
||||
then
|
||||
case "${host}" in
|
||||
x86_64-*)
|
||||
|
@ -53,7 +53,7 @@ else
|
||||
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
|
||||
@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT
|
||||
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
|
||||
|
@ -777,7 +777,7 @@ AC_ARG_WITH(jpeg12-lib,
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user