File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
# This is just a stub for the Unix configure script, to provide support for
4
4
# doing "./configure" in the top Vim directory.
5
5
6
- cd src && ./configure " $@ "
6
+ cd src && exec ./configure " $@ "
Original file line number Diff line number Diff line change 2
2
# run the automatically generated configure script
3
3
CONFIG_STATUS=auto/config.status \
4
4
auto/configure " $@ " --srcdir=" ${srcdir:- .} " --cache-file=auto/config.cache
5
+ result=$?
6
+
5
7
# Stupid autoconf 2.5x causes this file to be left behind.
6
8
if test -f configure.lineno; then rm -f configure.lineno; fi
9
+
10
+ exit $result
Original file line number Diff line number Diff line change @@ -666,6 +666,8 @@ static char *(features[]) =
666
666
667
667
static int included_patches [] =
668
668
{ /* Add new patch number below this line */
669
+ /**/
670
+ 47 ,
669
671
/**/
670
672
46 ,
671
673
/**/
You can’t perform that action at this time.
0 commit comments