[beast] BUILD: provide $(INTLMERGE) script in autotools/
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] BUILD: provide $(INTLMERGE) script in autotools/
- Date: Tue, 7 Sep 2010 02:00:37 +0000 (UTC)
commit df0c3caf9cd36e37fc132bad80c3cdf768157e40
Author: Tim Janik <timj gtk org>
Date: Mon Sep 6 21:25:46 2010 +0200
BUILD: provide $(INTLMERGE) script in autotools/
configure.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 32e1ec3..5ec6ad7 100644
--- a/configure.in
+++ b/configure.in
@@ -203,6 +203,8 @@ AC_DEFUN([AC_I18N_REQUIREMENTS],
AC_PATH_PROG(MSGFMT, msgfmt, msgfmt)
AC_PATH_PROG(MSGMERGE, msgmerge, msgmerge)
AC_PATH_PROG(XGETTEXT, xgettext, xgettext)
+ INTLMERGE='$(abs_top_srcdir)/autotools/intltool-merge'
+ AC_SUBST(INTLMERGE) dnl # AC_PATH_PROG(INTLMERGE, intltool-merge, intltool-merge)
])
AC_DEFUN([AC_SFI_REQUIREMENTS],
[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]