[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Mar 21 12:53:27 PDT 2014


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9853f33d1f53d4d69ee0fa340ce9225a5ed17ca
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Mar 21 12:53:08 2014 -0700

    One more fix for build without gtk-doc
    
    Fixes https://github.com/behdad/harfbuzz/pull/35

diff --git a/autogen.sh b/autogen.sh
index 10a0e8a..a267f29 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... "


More information about the HarfBuzz mailing list