summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-30 17:59:58 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-30 17:59:58 -0400
commit06e628bb09718cc249972eed0d3ac8ee58b662c8 (patch)
tree41e8255ed5d05f131ed63655a72bb1707b35749a /autogen.sh
parent35905c4ef9f4011ad034abf098759a36046d3ca7 (diff)
downloadlibnice-06e628bb09718cc249972eed0d3ac8ee58b662c8.tar.gz
create the m4 directory before gtkdocize
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 443deb4..8d583e1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
+test -d m4 || mkdir m4
gtkdocize || exit 1
autoreconf -i