From: Nicola Fontana Date: Thu, 4 Apr 2013 21:37:41 +0000 (+0200) Subject: build: downgraded intltool dependency to 0.35.0 X-Git-Tag: 0.7.3~8 X-Git-Url: https://repo.or.cz/w/adg.git/commitdiff_plain/4611a414f88c2866d66e8d9fcd39aa8067041093 build: downgraded intltool dependency to 0.35.0 My web server is based on CentOS 5 and has intltool 0.35.0 installed, and ADG do not rely on a specific i18n feature. --- diff --git a/configure.ac b/configure.ac index 989b6c9d..97ae6389 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,7 @@ AC_SUBST([GETTEXT_PACKAGE],[${ADG_API_PACKAGE}]) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["${ADG_API_PACKAGE}"], [Define to the domain used by gettext.]) ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`" -IT_PROG_INTLTOOL(0.40.1) +IT_PROG_INTLTOOL([0.35.0]) AM_GLIB_GNU_GETTEXT GLIB_DEFINE_LOCALEDIR([LOCALEDIR]) AC_CONFIG_COMMANDS([default],