]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
BuildSystem: Allow space in path.
authorAlexander Traud <pabstraud@compuserve.com>
Thu, 9 Apr 2020 12:05:54 +0000 (14:05 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Thu, 9 Apr 2020 12:05:54 +0000 (14:05 +0200)
ASTERISK-28818

Change-Id: Ib7f246896457d9e3b14d7f5199136d6545ce0b6f

configure
configure.ac

index 3a47fbfa03163f6f8d86a8729549c0f9e5f0cbb0..e693dc4eb6e5d081cd7b184041f240051d8f3e68 100755 (executable)
--- a/configure
+++ b/configure
@@ -21367,7 +21367,7 @@ if test "${USE_IMAP_TK}" != "no"; then
        saved_libs="${LIBS}"
        switch_to_system_on_failure="no"
        if test "${IMAP_TK_DIR}" = ""; then
-               IMAP_TK_DIR=`pwd`"/../imap-2004g"
+               IMAP_TK_DIR="`pwd`/../imap-2004g"
                switch_to_system_on_failure="yes"
        fi
        if test "${IMAP_TK_DIR}" != "system"; then
@@ -36265,9 +36265,9 @@ fi
 
 ${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2
 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
-       ( cd `pwd`/menuselect && ./configure )
+       ( cd "`pwd`/menuselect" && ./configure )
 fi
 
 rm makeopts.acbak makeopts.acbak2
index 116c78d9db18140e6331d3feb42116a19f910f17..98ed54847aea7c1a2baca29db180c0148c443211 100644 (file)
@@ -1679,7 +1679,7 @@ if test "${USE_IMAP_TK}" != "no"; then
        saved_libs="${LIBS}"
        switch_to_system_on_failure="no"
        if test "${IMAP_TK_DIR}" = ""; then
-               IMAP_TK_DIR=`pwd`"/../imap-2004g"
+               IMAP_TK_DIR="`pwd`/../imap-2004g"
                switch_to_system_on_failure="yes"
        fi
        if test "${IMAP_TK_DIR}" != "system"; then
@@ -2895,9 +2895,9 @@ AC_OUTPUT
 
 ${ac_cv_path_EGREP} 'CURSES|GTK2|OSARCH|NEWT' makeopts > makeopts.acbak2
 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
-       ( cd `pwd`/menuselect && ./configure )
+       ( cd "`pwd`/menuselect" && ./configure )
 fi
 
 rm makeopts.acbak makeopts.acbak2