mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
BuildSystem: Allow space in path.
ASTERISK-28818 Change-Id: Ib7f246896457d9e3b14d7f5199136d6545ce0b6f
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -21544,7 +21544,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
saved_libs="${LIBS}"
|
saved_libs="${LIBS}"
|
||||||
switch_to_system_on_failure="no"
|
switch_to_system_on_failure="no"
|
||||||
if test "${IMAP_TK_DIR}" = ""; then
|
if test "${IMAP_TK_DIR}" = ""; then
|
||||||
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
IMAP_TK_DIR="`pwd`/../imap-2004g"
|
||||||
switch_to_system_on_failure="yes"
|
switch_to_system_on_failure="yes"
|
||||||
fi
|
fi
|
||||||
if test "${IMAP_TK_DIR}" != "system"; then
|
if test "${IMAP_TK_DIR}" != "system"; then
|
||||||
@@ -35277,9 +35277,9 @@ fi
|
|||||||
|
|
||||||
${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2
|
${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2
|
||||||
if test "x${ac_cv_path_CMP}" = "x:"; then
|
if test "x${ac_cv_path_CMP}" = "x:"; then
|
||||||
( cd `pwd`/menuselect && ./configure )
|
( cd "`pwd`/menuselect" && ./configure )
|
||||||
elif ${ac_cv_path_CMP} -s makeopts.acbak makeopts.acbak2; then : ; else
|
elif ${ac_cv_path_CMP} -s makeopts.acbak makeopts.acbak2; then : ; else
|
||||||
( cd `pwd`/menuselect && ./configure )
|
( cd "`pwd`/menuselect" && ./configure )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm makeopts.acbak makeopts.acbak2
|
rm makeopts.acbak makeopts.acbak2
|
||||||
|
@@ -1664,7 +1664,7 @@ if test "${USE_IMAP_TK}" != "no"; then
|
|||||||
saved_libs="${LIBS}"
|
saved_libs="${LIBS}"
|
||||||
switch_to_system_on_failure="no"
|
switch_to_system_on_failure="no"
|
||||||
if test "${IMAP_TK_DIR}" = ""; then
|
if test "${IMAP_TK_DIR}" = ""; then
|
||||||
IMAP_TK_DIR=`pwd`"/../imap-2004g"
|
IMAP_TK_DIR="`pwd`/../imap-2004g"
|
||||||
switch_to_system_on_failure="yes"
|
switch_to_system_on_failure="yes"
|
||||||
fi
|
fi
|
||||||
if test "${IMAP_TK_DIR}" != "system"; then
|
if test "${IMAP_TK_DIR}" != "system"; then
|
||||||
@@ -2848,9 +2848,9 @@ AC_OUTPUT
|
|||||||
|
|
||||||
${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2
|
${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2
|
||||||
if test "x${ac_cv_path_CMP}" = "x:"; then
|
if test "x${ac_cv_path_CMP}" = "x:"; then
|
||||||
( cd `pwd`/menuselect && ./configure )
|
( cd "`pwd`/menuselect" && ./configure )
|
||||||
elif ${ac_cv_path_CMP} -s makeopts.acbak makeopts.acbak2; then : ; else
|
elif ${ac_cv_path_CMP} -s makeopts.acbak makeopts.acbak2; then : ; else
|
||||||
( cd `pwd`/menuselect && ./configure )
|
( cd "`pwd`/menuselect" && ./configure )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm makeopts.acbak makeopts.acbak2
|
rm makeopts.acbak makeopts.acbak2
|
||||||
|
Reference in New Issue
Block a user