diff options
Diffstat (limited to 'macros')
-rw-r--r-- | macros/mate-autogen | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/mate-autogen b/macros/mate-autogen index 1874ac6..e1ad39e 100644 --- a/macros/mate-autogen +++ b/macros/mate-autogen @@ -444,6 +444,11 @@ for configure_ac in $configure_files; do mkdir -p $m4dir fi + if grep "^AM_GLIB_GNU_GETTEXT" $basename >/dev/null; then + printbold "Running $GLIB_GETTEXTIZE... Ignore non-fatal messages." + echo "no" | $GLIB_GETTEXTIZE --force --copy || exit 1 + fi + if grep "^GTK_DOC_CHECK" $basename >/dev/null; then printbold "Running $GTKDOCIZE..." $GTKDOCIZE --copy || exit 1 |