summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 3e958e195..9edfb8a7d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ echo "This may take a while ..."
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-pushd $srcdir
+cd "$srcdir"
# Regenerate configuration files
cat acinclude/* >aclocal.m4
@@ -19,7 +19,5 @@ if test x$found = xfalse; then
fi
(cd test; sh autogen.sh)
-popd
-
# Run configure for this platform
echo "Now you are ready to run ./configure"