Fix autogen with latest gnome-common

Side-by-side use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT is unsupported and breaks build.
This commit is contained in:
Seán de Búrca 2013-08-26 14:49:27 -06:00
parent 78e3a05e14
commit 897c5634b0

View File

@ -24,9 +24,6 @@ LT_INIT([disable-static])
# i18n # i18n
IT_PROG_INTLTOOL([0.40]) IT_PROG_INTLTOOL([0.40])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
GETTEXT_PACKAGE=gnome-shell GETTEXT_PACKAGE=gnome-shell
AC_SUBST(GETTEXT_PACKAGE) AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",