mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 06:21:07 +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
@ -200,7 +200,7 @@ AC_CHECK_HEADERS([audiofile.h])
|
|||||||
|
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
|
|
||||||
if test "${build}" == "${host}"
|
if test "${build}" = "${host}"
|
||||||
then
|
then
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
x86_64-*)
|
x86_64-*)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
test X$1 == X0 || exec >&2
|
test X$1 = X0 || exec >&2
|
||||||
cat << EOF
|
cat << EOF
|
||||||
usage: coverage-report OPTIONS
|
usage: coverage-report OPTIONS
|
||||||
where OPTIONS are
|
where OPTIONS are
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
test X$1 == X0 || exec >&2
|
test X$1 = X0 || exec >&2
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
usage: uncovered OPTIONS
|
usage: uncovered OPTIONS
|
||||||
where OPTIONS are
|
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([fftw3.h], , [AC_CHECK_HEADERS([fftw.h])])
|
||||||
AC_CHECK_HEADERS([pcap.h])
|
AC_CHECK_HEADERS([pcap.h])
|
||||||
AC_CHECK_HEADERS([pthread.h])
|
AC_CHECK_HEADERS([pthread.h])
|
||||||
if test "${build}" == "${host}"
|
if test "${build}" = "${host}"
|
||||||
then
|
then
|
||||||
AC_CHECK_HEADERS([X11/X.h])
|
AC_CHECK_HEADERS([X11/X.h])
|
||||||
fi
|
fi
|
||||||
@ -243,7 +243,7 @@ AC_CHECK_HEADERS([FL/Fl_Audio_Meter.H])
|
|||||||
|
|
||||||
AC_LANG([C])
|
AC_LANG([C])
|
||||||
|
|
||||||
if test "${build}" == "${host}"
|
if test "${build}" = "${host}"
|
||||||
then
|
then
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
x86_64-*)
|
x86_64-*)
|
||||||
|
@ -53,7 +53,7 @@ else
|
|||||||
cd gsm0610
|
cd gsm0610
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $1x == --no-exe-runx ]
|
if [ $1x = --no-exe-runx ]
|
||||||
then
|
then
|
||||||
# Run the .exe files, which should be here
|
# Run the .exe files, which should be here
|
||||||
./FR_A.EXE
|
./FR_A.EXE
|
||||||
@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT
|
|||||||
rm -rf ACTION
|
rm -rf ACTION
|
||||||
rm -rf unpacked
|
rm -rf unpacked
|
||||||
|
|
||||||
if [ $1x == --no-exex ]
|
if [ $1x = --no-exex ]
|
||||||
then
|
then
|
||||||
# We need to prepare the .exe files to be run separately
|
# We need to prepare the .exe files to be run separately
|
||||||
rm -rf *.INP
|
rm -rf *.INP
|
||||||
|
@ -777,7 +777,7 @@ AC_ARG_WITH(jpeg12-lib,
|
|||||||
AS_HELP_STRING([--with-jpeg12-lib=LIBRARY],
|
AS_HELP_STRING([--with-jpeg12-lib=LIBRARY],
|
||||||
[path to libjpeg 12bit 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
|
if test "x$with_jpeg12_lib" != "x" ; then
|
||||||
LIBS="$with_jpeg12_lib $LIBS"
|
LIBS="$with_jpeg12_lib $LIBS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user