diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-05-06 11:37:26 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-05-06 11:37:26 +0000 |
| commit | 442c1680d9b73f6fbfb4587278fb5adfbdcc40df (patch) | |
| tree | 703ff6ae3957cfc8200eeda2eedd5c7d10b92956 /configure.ac | |
| parent | 8286b441be2a182316938a5e080d0778108b69c4 (diff) | |
require gettext 0.15 for bootstrapping
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f93f3910..b6c7803f 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ LIBTOOL="$LIBTOOL --silent" AC_PROG_INSTALL -AM_GNU_GETTEXT_VERSION(0.14.4) +AM_GNU_GETTEXT_VERSION(0.15) AM_GNU_GETTEXT([external]) AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdio.h stdlib.h) |
