[devilspie/libwnck3: 3/6] build: Update auto* setup



commit aa5d2ec6da1f35c17a9479ce22125dcbbabb08fe
Author: Christian Persch <chpe gnome org>
Date:   Thu May 31 18:18:13 2012 +0200

    build: Update auto* setup
    
    Update to AM 1.11, use silent rules, newer intltool.

 Makefile.am  |    2 ++
 configure.in |   13 +++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index acfd651..187d4f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 SUBDIRS = po src tests
 
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+
 man_MANS = devilspie.1
 
 EXTRA_DIST = \
diff --git a/configure.in b/configure.in
index eb81f05..a7d33d4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,12 +1,10 @@
 # Initial blurb
 AC_PREREQ(2.52)
-AC_INIT(devilspie, 0.22, http://www.burtonini.com/)
+AC_INIT([devilspie],[0.22],[http://www.burtonini.com/])
 AC_CONFIG_SRCDIR(src/devilspie.c)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AM_CONFIG_HEADER(src/config.h)
-
-# Honor aclocal flags
-ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz])
+AM_SILENT_RULES([yes])
+AC_CONFIG_HEADERS([src/config.h])
 
 # Do the gettext/i18n stuff
 GETTEXT_PACKAGE=devilspie
@@ -18,8 +16,7 @@ AM_PROG_CC_STDC
 
 GNOME_COMPILE_WARNINGS(yes)
 
-AC_PROG_INTLTOOL([0.20])
-ALL_LINGUAS="de"
+AC_PROG_INTLTOOL([0.40.0])
 AM_GLIB_GNU_GETTEXT
 
 # Check that we actually have the libraries required to build



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