From e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 21 Mar 2014 12:53:08 -0700 Subject: [PATCH] One more fix for build without gtk-doc Fixes https://github.com/behdad/harfbuzz/pull/35 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 10a0e8a8b..a267f297b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ if which gtkdocize ; then gtkdocize --copy || exit 1 else echo "*** No gtkdocize found, skipping documentation ***" - > gtk-doc.make + echo "EXTRA_DIST = " > gtk-doc.make fi echo -n "checking for autoreconf... "