From d6ab22ae461e10661de986a18f339cb5f431dce6 Mon Sep 17 00:00:00 2001 From: glondu Date: Sat, 6 Sep 2008 03:43:32 +0000 Subject: Create the bin/ directory if non-existent git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11369 85f007b7-540e-0410-9357-904b9bb8a0f7 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 3ca3c7c99a..e4148c7a41 100755 --- a/configure +++ b/configure @@ -11,6 +11,9 @@ VOMAGIC=08193 STATEMAGIC=19764 DATE="Jun. 2008" +# Create the bin/ directory if non-existent +test -d bin || mkdir bin + # a local which command for sh which () { IFS=":" # set words separator in PATH to be ':' (it allows spaces in dirnames) -- cgit v1.2.3