Use only standard features of the shell (pushd is not standard)

master
Stephane Bortzmeyer 17 years ago
parent cc1de7b5e3
commit bb93d349d6

@ -10,7 +10,7 @@ autoheader
libtoolize --force libtoolize --force
automake --add-missing automake --add-missing
autoconf autoconf
pushd plugins cd plugins
aclocal aclocal
automake --foreign --add-missing automake --foreign --add-missing
autoconf autoconf
@ -22,3 +22,4 @@ for dir in dns random whois ldap postgresql; do
autoconf autoconf
cd .. cd ..
done done
cd ..

Loading…
Cancel
Save