Mkdir m4 if needed in autogen
This commit is contained in:
parent
d49a6eabda
commit
b2a0ce8c0e
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
mkdir -p m4
|
||||||
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
|
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
|
||||||
./configure --enable-maintainer-mode "$@"
|
./configure --enable-maintainer-mode "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue