Commit 06e628bb authored by Youness Alaoui's avatar Youness Alaoui

create the m4 directory before gtkdocize

parent 35905c4e
#!/bin/sh #!/bin/sh
set -e set -e
test -d m4 || mkdir m4
gtkdocize || exit 1 gtkdocize || exit 1
autoreconf -i autoreconf -i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment