[gnome-system-log] Fix autogen and configure
- From: Seán de Búrca <sdeburca src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-log] Fix autogen and configure
- Date: Tue, 27 Aug 2013 14:53:56 +0000 (UTC)
commit 195a0c6dc1d713ef15b371f0db063c0607f58146
Author: Seán de Búrca <leftmostcat gmail com>
Date: Mon Aug 26 15:57:28 2013 -0600
Fix autogen and configure
aclocal needs an explicit macro dir and side-by-side use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT is not
supported.
https://bugzilla.gnome.org/show_bug.cgi?id=672001
Makefile.am | 2 ++
configure.ac | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c176536..170b17c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = data help po src
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
EXTRA_DIST = COPYING.docs
diff --git a/configure.ac b/configure.ac
index 112c3ba..9abced5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,6 @@ PKG_PROG_PKG_CONFIG([0.22])
AC_PATH_PROG(GLIB_GENMARSHAL, [glib-genmarshal])
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]