From 54cdf5fe9116577071c8e464f46353df6ba761c1 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 17 Nov 2012 21:05:42 +0100 Subject: Truly fix build without gtk-doc The gtk-doc.m4 was not merged to 'master' but we don't need it. It's better to generate it. Signed-off-by: Felipe Contreras --- autogen.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index f4ff2019d4..7cb335c541 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,9 @@ #!/bin/sh -type -p gtkdocize > /dev/null && gtkdocize --docdir docs +if type -p gtkdocize > /dev/null; then + gtkdocize --docdir docs +else + echo 'AC_DEFUN([GTK_DOC_CHECK], [AM_CONDITIONAL([ENABLE_GTK_DOC], [FALSE])])' > m4/gtk-doc.m4 +fi autoreconf -f -i -- cgit v1.2.3-54-g00ecf