[gnome-characters] build: Don't run intltoolize in autogen.sh



commit 18043383814be29370d853a08807ee72195486b4
Author: Daiki Ueno <dueno src gnome org>
Date:   Thu Sep 8 11:05:14 2016 +0200

    build: Don't run intltoolize in autogen.sh

 Makefile.am |    1 -
 autogen.sh  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6e2d4a0..f6136e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,6 @@ GITIGNOREFILES = \
        .anjuta \
        .anjuta_sym_db.db \
        ABOUT-NLS \
-       m4/intltool.m4 \
        m4/libtool.m4 \
        m4/lt* \
        m4/appstream-xml.m4 \
diff --git a/autogen.sh b/autogen.sh
index daff4b4..520e605 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,7 +22,6 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
 fi
 
 aclocal --install || exit 1
-intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install -Wno-portability || exit 1
 
 test -z "$GNULIB_SRCDIR" || \


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