]> granicus.if.org Git - vim/commitdiff
patch 8.0.1111: syntax error in configure when using Perl v8.0.1111
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Sep 2017 10:40:53 +0000 (12:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Sep 2017 10:40:53 +0000 (12:40 +0200)
Problem:    Syntax error in configure when using Perl.
Solution:   Add missing quote

src/auto/configure
src/configure.ac
src/version.c

index 51dbd48ad7f984d6e4391bc80ce13888a352eaa6..04b997d631a67d8d54e20e9d5b0e6482c50bb2a3 100755 (executable)
@@ -5720,7 +5720,7 @@ $as_echo "OK" >&6; }
                         perlcppflags=`$vi_cv_path_perl -Mlib=$srcdir -MExtUtils::Embed \
                -e 'ccflags;perl_inc;print"\n"' | sed -e 's/-fno[^ ]*//' \
                -e 's/-fdebug-prefix-map[^ ]*//g' \
-               -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=.//g`
+               -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=.//g'`
             perllibs=`cd $srcdir; $vi_cv_path_perl -MExtUtils::Embed -e 'ldopts' | \
                sed -e '/Warning/d' -e '/Note (probably harmless)/d' \
                        -e 's/-bE:perl.exp//' -e 's/-lc //'`
index 2c24ae40054f52b3b0178f33e591aa51cb43f94f..1183ab44b66a70285179faa232a554b7f01c07f6 100644 (file)
@@ -1009,7 +1009,7 @@ if test "$enable_perlinterp" = "yes" -o "$enable_perlinterp" = "dynamic"; then
       perlcppflags=`$vi_cv_path_perl -Mlib=$srcdir -MExtUtils::Embed \
                -e 'ccflags;perl_inc;print"\n"' | sed -e 's/-fno[[^ ]]*//' \
                -e 's/-fdebug-prefix-map[[^ ]]*//g' \
-               -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=.//g`
+               -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=.//g'`
       dnl Remove "-lc", it breaks on FreeBSD when using "-pthread".
       perllibs=`cd $srcdir; $vi_cv_path_perl -MExtUtils::Embed -e 'ldopts' | \
                sed -e '/Warning/d' -e '/Note (probably harmless)/d' \
index fe7a30c9083ff51d243b8d1f87bb83fb7be9e5f9..854691198251973810e4d951215db9a3e6949bff 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1111,
 /**/
     1110,
 /**/