Added the admin-dir creation to the autogen-script (only needed in the case of the tar-download)
This commit is contained in:
@ -30,6 +30,10 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if !(test -d admin); then
|
||||
mkdir admin
|
||||
fi
|
||||
|
||||
rm -f config.cache
|
||||
|
||||
if test -e admin/depcomp && \
|
||||
|
Reference in New Issue
Block a user