summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2012-11-17 04:26:20 +0100
committerAnthony G. Basile <blueness@gentoo.org>2012-11-17 13:09:34 -0500
commitb0d2945b5b387feea20c43f74914177c4f74f1ed (patch)
tree5ae86596d7791170f1b8277aac2cb50c2fd9e7db /autogen.sh
parent5c40c23567ca5ec9fe702c3455e7a6d4c52d9324 (diff)
Allow build without gtk-doc
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e3407457b0..e5bbcdfac7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,8 +6,8 @@ if type -p gtkdocize > /dev/null; then
gtkdocize --docdir docs
gtkdocargs=--enable-gtk-doc
fi
-
-aclocal && \
+
+aclocal -I m4 && \
autoheader && \
autoconf && \
libtoolize --copy && \