summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index dfa4540..a23ff90 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@ set -e
srcdir="${0%/*}"
-(
+{(
cd "${srcdir}"
[ -d build-aux ] || mkdir build-aux
cat >ChangeLog <<-EOF
@@ -13,6 +13,6 @@ EOF
aclocal
autoconf
automake --add-missing --copy
-)
+)}
"${srcdir}/configure" "${@}"