diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-26 15:51:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-26 15:51:57 +0000 |
| commit | fc55347e61adb5813af93a71b51c32504a98b60c (patch) | |
| tree | 8d1d1212183bc0b5eb4583a1d6242dbddd394180 | |
| parent | 4e590eba236c587caff22d8cfc3a8fc0332cb206 (diff) | |
14.4 is new enought to fix that po/Makefile.in.in bug i think. at least with makefile 1.8. and its more widely available.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dc893b74..f93f3910 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ LIBTOOL="$LIBTOOL --silent" AC_PROG_INSTALL -AM_GNU_GETTEXT_VERSION(0.16.1) +AM_GNU_GETTEXT_VERSION(0.14.4) AM_GNU_GETTEXT([external]) AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdio.h stdlib.h) |
