create the directories we need in the configure process
This commit is contained in:
parent
9a0af18e4b
commit
275206bcc7
1 changed files with 7 additions and 0 deletions
|
@ -158,6 +158,13 @@ AC_CONFIG_FILES([
|
||||||
parser/obparser-3.0.pc
|
parser/obparser-3.0.pc
|
||||||
version.h
|
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_OUTPUT
|
||||||
|
|
||||||
AC_MSG_RESULT
|
AC_MSG_RESULT
|
||||||
|
|
Loading…
Reference in a new issue