[gnome-chess] Further build system improvements



commit 6a70a2e1ec8a502b25ec9a3a9583077bd077c761
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat May 30 08:25:48 2015 -0500

    Further build system improvements

 Makefile.am |    2 +-
 autogen.sh  |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f9d5374..36a993a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = data lib src tests help po
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = --install -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = autogen.sh NEWS
 
diff --git a/autogen.sh b/autogen.sh
index 09067ad..8f93bc1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,6 @@ fi
 set -x
 
 aclocal --install || exit 1
-glib-gettextize --force --copy || exit 1
 intltoolize --force --copy --automake || exit 1
 autoreconf --verbose --force --install -Wno-portability || exit 1
 


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