Added the admin-dir creation to the autogen-script (only needed in the case of the tar-download)

This commit is contained in:
Bastian M. Wojek 2009-06-22 18:15:28 +00:00
parent bcebaacfd9
commit 6f12a0e6c8

View File

@ -30,6 +30,10 @@ then
exit 1 exit 1
fi fi
if !(test -d admin); then
mkdir admin
fi
rm -f config.cache rm -f config.cache
if test -e admin/depcomp && \ if test -e admin/depcomp && \