[notification-daemon] configure.ac: remove AM_GNU_GETTEXT_VERSION



commit e6dff95afbd13276c1ddffdfa8de90f85080c4c6
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Aug 12 22:30:42 2014 +0300

    configure.ac: remove AM_GNU_GETTEXT_VERSION
    
    This is needed to fix configure error:
    error: po/Makefile.in.in was not created by intltoolize.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2bf86f7..dfdc6ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,6 @@ dnl ---------------------------------------------------------------------------
 IT_PROG_INTLTOOL([0.40.0])
 
 AC_SUBST([GETTEXT_PACKAGE], [notification-daemon])
-AM_GNU_GETTEXT_VERSION([0.11])
 AM_GLIB_GNU_GETTEXT
 AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]