diff options
author | Matthias Klumpp <matthias@tenstral.net> | 2015-06-05 01:17:35 +0200 |
---|---|---|
committer | Matthias Klumpp <matthias@tenstral.net> | 2015-06-05 01:17:35 +0200 |
commit | 98665de514994935d49e8f7eb82436b7fb2487ad (patch) | |
tree | bf61e75f9781db329cb319d3b8b68c26bbd3a9ff /configure.ac | |
parent | 83646d364199a8481ed2332c65d447a4d4e789f9 (diff) | |
download | appstream-glib-98665de514994935d49e8f7eb82436b7fb2487ad.tar.gz |
Fix autogen with latest Intltool
Intlstool and Gettext don't like each other when both included in
configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 663a08a..eef2f5c 100644 --- a/configure.ac +++ b/configure.ac @@ -68,8 +68,6 @@ AM_PROG_CC_C_O GETTEXT_PACKAGE=appstream-glib AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext]) -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.17]) IT_PROG_INTLTOOL([0.40.0]) # set up gtk-doc |