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... "