diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ EXTRA_DIST = CLEANFILES = EOF else - gtkdocize || exit $? + gtkdocize --flavour no-tmpl || exit $? fi AUTORECONF=`which autoreconf` |