From: Dana Jansens Date: Tue, 22 May 2007 04:27:20 +0000 (+0000) Subject: create the directories we need in the configure process X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=275206bcc71233bcb8149cc56346bac863d31fdb create the directories we need in the configure process --- diff --git a/configure.ac b/configure.ac index afca4d8d..28083490 100644 --- a/configure.ac +++ b/configure.ac @@ -158,6 +158,13 @@ AC_CONFIG_FILES([ parser/obparser-3.0.pc version.h ]) +AC_CONFIG_COMMANDS([doc], + [echo " creating doc"], + [mkdir doc 2>/dev/null]) +AC_CONFIG_COMMANDS([data/xsession], + [echo " creating data/xsession"], + [mkdir data 2>/dev/null], + [mkdir data/xsession 2>/dev/null]) AC_OUTPUT AC_MSG_RESULT