Added the admin-dir creation to the autogen-script (only needed in the case of the tar-download)
This commit is contained in:
parent
bcebaacfd9
commit
6f12a0e6c8
@ -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 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user