summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-07 13:51:12 +0100
committerRichard Jones <rjones@redhat.com>2009-04-07 13:51:12 +0100
commitbccbfe5ab55c8aa5bbb0fb6e209936ff1359605a (patch)
tree993a097e2badf3477830b28be28343d1f8227229 /autogen.sh
parentacf9000252da7f4f3fde693ecc03461007cf0bf9 (diff)
downloadlibguestfs-bccbfe5ab55c8aa5bbb0fb6e209936ff1359605a.tar.gz
libguestfs-bccbfe5ab55c8aa5bbb0fb6e209936ff1359605a.tar.xz
libguestfs-bccbfe5ab55c8aa5bbb0fb6e209936ff1359605a.zip
Fix: "aclocal: couldn't open directory `m4': No such file or directory"
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 3f97995f..a1d7e271 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,6 +21,7 @@
set -e
set -v
export AUTOMAKE='automake --foreign'
+mkdir -p daemon/m4
aclocal
libtoolize
autoreconf -i