diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-02 00:50:47 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-08-02 00:50:47 +0000 |
commit | 31d264347ba4d56576d31dd70d8395329f82e2e0 (patch) | |
tree | 901b345da2e5f4ad2b729cd622bbee52a9218dbe | |
parent | 8ad5a613159f492fd80c9bb0beda979da3ef1412 (diff) | |
download | mdk-31d264347ba4d56576d31dd70d8395329f82e2e0.tar.gz mdk-31d264347ba4d56576d31dd70d8395329f82e2e0.tar.bz2 |
bump gettext version
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index cdc89b2..40b9518 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.35 2004/08/01 23:32:21 jao Exp $ +# $Id: configure.in,v 1.36 2004/08/02 00:50:47 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 @@ -29,9 +29,9 @@ CFLAGS="$CFLAGS -fno-strict-aliasing" AC_SUBST(CFLAGS) dnl i18n stuff -AM_GNU_GETTEXT_VERSION(0.11.5) +AM_GNU_GETTEXT_VERSION(0.14) AM_GNU_GETTEXT -AC_PROG_INTLTOOL(0.30) +AC_PROG_INTLTOOL([0.30]) test "x$prefix" = xNONE && prefix=$ac_default_prefix |