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
automake --add-missing
autoconf
pushd plugins
cd plugins
aclocal
automake --foreign --add-missing
autoconf
@ -21,4 +21,5 @@ for dir in dns random whois ldap postgresql; do
automake --foreign --add-missing
autoconf
cd ..
done
done
cd ..

Loading…
Cancel
Save