resetting manifest requested domain to floor
[platform/upstream/harfbuzz.git] / autogen.sh
index 833a621..a267f29 100755 (executable)
@@ -19,6 +19,14 @@ which pkg-config || {
        exit 1
 }
 
+echo -n "checking for gtkdocize... "
+if which gtkdocize ; then
+       gtkdocize --copy || exit 1
+else
+       echo "*** No gtkdocize found, skipping documentation ***"
+       echo "EXTRA_DIST = " > gtk-doc.make
+fi
+
 echo -n "checking for autoreconf... "
 which autoreconf || {
        echo "*** No autoreconf found, please install it ***"