diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-11-17 04:26:20 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 13:09:34 -0500 |
commit | b0d2945b5b387feea20c43f74914177c4f74f1ed (patch) | |
tree | 5ae86596d7791170f1b8277aac2cb50c2fd9e7db /autogen.sh | |
parent | Fix all Makefile.am: work towards 'make distcheck' sanity (diff) | |
download | eudev-b0d2945b5b387feea20c43f74914177c4f74f1ed.tar.gz eudev-b0d2945b5b387feea20c43f74914177c4f74f1ed.tar.bz2 eudev-b0d2945b5b387feea20c43f74914177c4f74f1ed.zip |
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-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index e3407457b..e5bbcdfac 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 && \ |