|
|
|
|
@ -1207,6 +1207,7 @@ PJPROJECT_LIB
|
|
|
|
|
PBX_PJPROJECT
|
|
|
|
|
PJPROJECT_DIR
|
|
|
|
|
PJPROJECT_BUNDLED
|
|
|
|
|
PJPROJECT_CONFIGURE_OPTS
|
|
|
|
|
AST_C_COMPILER_FAMILY
|
|
|
|
|
AST_CLANG_BLOCKS
|
|
|
|
|
AST_CLANG_BLOCKS_LIBS
|
|
|
|
|
@ -1343,7 +1344,6 @@ infodir
|
|
|
|
|
docdir
|
|
|
|
|
oldincludedir
|
|
|
|
|
includedir
|
|
|
|
|
runstatedir
|
|
|
|
|
localstatedir
|
|
|
|
|
sharedstatedir
|
|
|
|
|
sysconfdir
|
|
|
|
|
@ -1469,6 +1469,7 @@ CXX
|
|
|
|
|
CXXFLAGS
|
|
|
|
|
CCC
|
|
|
|
|
CXXCPP
|
|
|
|
|
PJPROJECT_CONFIGURE_OPTS
|
|
|
|
|
PKG_CONFIG
|
|
|
|
|
PKG_CONFIG_PATH
|
|
|
|
|
PKG_CONFIG_LIBDIR
|
|
|
|
|
@ -1524,7 +1525,6 @@ datadir='${datarootdir}'
|
|
|
|
|
sysconfdir='${prefix}/etc'
|
|
|
|
|
sharedstatedir='${prefix}/com'
|
|
|
|
|
localstatedir='${prefix}/var'
|
|
|
|
|
runstatedir='${localstatedir}/run'
|
|
|
|
|
includedir='${prefix}/include'
|
|
|
|
|
oldincludedir='/usr/include'
|
|
|
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
|
|
|
@ -1777,15 +1777,6 @@ do
|
|
|
|
|
| -silent | --silent | --silen | --sile | --sil)
|
|
|
|
|
silent=yes ;;
|
|
|
|
|
|
|
|
|
|
-runstatedir | --runstatedir | --runstatedi | --runstated \
|
|
|
|
|
| --runstate | --runstat | --runsta | --runst | --runs \
|
|
|
|
|
| --run | --ru | --r)
|
|
|
|
|
ac_prev=runstatedir ;;
|
|
|
|
|
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
|
|
|
|
|
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
|
|
|
|
|
| --run=* | --ru=* | --r=*)
|
|
|
|
|
runstatedir=$ac_optarg ;;
|
|
|
|
|
|
|
|
|
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
|
|
|
|
ac_prev=sbindir ;;
|
|
|
|
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
|
|
|
|
@ -1923,7 +1914,7 @@ fi
|
|
|
|
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
|
|
|
|
datadir sysconfdir sharedstatedir localstatedir includedir \
|
|
|
|
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
|
|
|
|
libdir localedir mandir runstatedir
|
|
|
|
|
libdir localedir mandir
|
|
|
|
|
do
|
|
|
|
|
eval ac_val=\$$ac_var
|
|
|
|
|
# Remove trailing slashes.
|
|
|
|
|
@ -2076,7 +2067,6 @@ Fine tuning of the installation directories:
|
|
|
|
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
|
|
|
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
|
|
|
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
|
|
|
|
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
|
|
|
|
--libdir=DIR object code libraries [EPREFIX/lib]
|
|
|
|
|
--includedir=DIR C header files [PREFIX/include]
|
|
|
|
|
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
|
|
|
|
@ -2224,6 +2214,8 @@ Some influential environment variables:
|
|
|
|
|
CXX C++ compiler command
|
|
|
|
|
CXXFLAGS C++ compiler flags
|
|
|
|
|
CXXCPP C++ preprocessor
|
|
|
|
|
PJPROJECT_CONFIGURE_OPTS
|
|
|
|
|
Additional configure options to pass to bundled pjproject
|
|
|
|
|
PKG_CONFIG path to pkg-config utility
|
|
|
|
|
PKG_CONFIG_PATH
|
|
|
|
|
directories to add to pkg-config's search path
|
|
|
|
|
@ -9297,20 +9289,33 @@ $as_echo "configuring" >&6; }
|
|
|
|
|
as_fn_error $? "cat is required to build bundled pjproject" "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this_host=$(./config.sub $(./config.guess))
|
|
|
|
|
if test "$build" != "$this_host" ; then
|
|
|
|
|
PJPROJECT_CONFIGURE_OPTS+=" --build=$build"
|
|
|
|
|
fi
|
|
|
|
|
if test "$host" != "$this_host" ; then
|
|
|
|
|
PJPROJECT_CONFIGURE_OPTS+=" --host=$host"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
export TAR PATCH SED NM EXTERNALS_CACHE_DIR DOWNLOAD_TO_STDOUT DOWNLOAD_TIMEOUT DOWNLOAD MD5 CAT
|
|
|
|
|
${GNU_MAKE} --quiet --no-print-directory -C ${PJPROJECT_DIR} EXTERNALS_CACHE_DIR=${EXTERNALS_CACHE_DIR} configure
|
|
|
|
|
export NOISY_BUILD
|
|
|
|
|
${GNU_MAKE} --quiet --no-print-directory -C ${PJPROJECT_DIR} \
|
|
|
|
|
PJPROJECT_CONFIGURE_OPTS="$PJPROJECT_CONFIGURE_OPTS" \
|
|
|
|
|
EXTERNALS_CACHE_DIR="${EXTERNALS_CACHE_DIR}" \
|
|
|
|
|
configure
|
|
|
|
|
if test $? -ne 0 ; then
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
|
|
|
|
|
$as_echo "failed" >&6; }
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Unable to configure ${PJPROJECT_DIR}" >&5
|
|
|
|
|
$as_echo "$as_me: Unable to configure ${PJPROJECT_DIR}" >&6;}
|
|
|
|
|
as_fn_error $? "Run \"${GNU_MAKE} -C ${PJPROJECT_DIR} NOISY_BUILD=yes configure\" to see error details." "$LINENO" 5
|
|
|
|
|
as_fn_error $? "Re-run the ./configure command with 'NOISY_BUILD=yes' appended to see error details." "$LINENO" 5
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bundled pjproject" >&5
|
|
|
|
|
$as_echo_n "checking for bundled pjproject... " >&6; }
|
|
|
|
|
|
|
|
|
|
PJPROJECT_INCLUDE=$(${GNU_MAKE} --quiet --no-print-directory -C ${PJPROJECT_DIR} EXTERNALS_CACHE_DIR=${EXTERNALS_CACHE_DIR} echo_cflags)
|
|
|
|
|
PJPROJECT_INCLUDE=$(${GNU_MAKE} --quiet --no-print-directory -C ${PJPROJECT_DIR} PJPROJECT_CONFIGURE_OPTS="$PJPROJECT_CONFIGURE_OPTS" EXTERNALS_CACHE_DIR="${EXTERNALS_CACHE_DIR}" echo_cflags)
|
|
|
|
|
PJPROJECT_CFLAGS="$PJPROJECT_INCLUDE"
|
|
|
|
|
PBX_PJPROJECT=1
|
|
|
|
|
|
|
|
|
|
@ -14757,7 +14762,7 @@ else
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
@ -14803,7 +14808,7 @@ else
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
@ -14827,7 +14832,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
@ -14872,7 +14877,7 @@ else
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
@ -14896,7 +14901,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
|
|
|
|
We can't simply define LARGE_OFF_T to be 9223372036854775807,
|
|
|
|
|
since some C++ compilers masquerading as C compilers
|
|
|
|
|
incorrectly reject 9223372036854775807. */
|
|
|
|
|
#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
|
|
|
|
|
#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|
|
|
|
|
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|
|
|
|
|
&& LARGE_OFF_T % 2147483647 == 1)
|
|
|
|
|
? 1 : -1];
|
|
|
|
|
|