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 | 2eaeee6dbc32241fd27fa04a34476bf55265d0ed (patch) | |
tree | a2ebc8811cc006ac3b7b688f378af2802725408f | |
parent | 1c860274e00303c0bdd768c880946fbd97d23aad (diff) | |
download | mdk-2eaeee6dbc32241fd27fa04a34476bf55265d0ed.tar.gz mdk-2eaeee6dbc32241fd27fa04a34476bf55265d0ed.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 |