diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-06 12:14:41 +0000 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-06 12:14:41 +0000 | 
| commit | 82d300d566a92797df8413080207556e8e647332 (patch) | |
| tree | 71cf5605d2c45b506a0c1ce52a4a250a836fd300 | |
| parent | 625887b224f50b43c44bf840d799f06cf31f66eb (diff) | |
| download | mdk-82d300d566a92797df8413080207556e8e647332.tar.gz mdk-82d300d566a92797df8413080207556e8e647332.tar.bz2  | |
intltool's no-xml flag added1.2
| -rw-r--r-- | configure.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 40b9518..93d334d 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@  # Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.  # -# $Id: configure.in,v 1.36 2004/08/02 00:50:47 jao Exp $ +# $Id: configure.in,v 1.37 2004/08/06 12:14:41 jao Exp $  #  # This file is free software; as a special exception the author gives  # unlimited permission to copy and/or distribute it, with or without @@ -31,7 +31,7 @@ AC_SUBST(CFLAGS)  dnl i18n stuff  AM_GNU_GETTEXT_VERSION(0.14)  AM_GNU_GETTEXT -AC_PROG_INTLTOOL([0.30]) +AC_PROG_INTLTOOL([0.30], [no-xml])  test "x$prefix" = xNONE && prefix=$ac_default_prefix  | 
