From 6f12a0e6c8fda6fc295a65d4be0ee12c7a97e320 Mon Sep 17 00:00:00 2001 From: "Bastian M. Wojek" Date: Mon, 22 Jun 2009 18:15:28 +0000 Subject: [PATCH] Added the admin-dir creation to the autogen-script (only needed in the case of the tar-download) --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autogen.sh b/autogen.sh index 13abf0de..df81ca10 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 && \