# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.
-cd src && ./configure "$@"
+cd src && exec ./configure "$@"
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
+result=$?
+
# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi
+
+exit $result
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 47,
/**/
46,
/**/