diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-05-12 00:49:26 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-05-12 00:49:26 +0000 |
commit | c7d407faeb8304d779ac09e60551992cb1c12ecd (patch) | |
tree | 745fb8ca275bfac8d44d18084640af33aa328cef /configure.in | |
parent | bb9cc35fd60bb0d8fddc804bde015a634c9a2ff2 (diff) | |
download | monitoring-plugins-c7d407faeb8304d779ac09e60551992cb1c12ecd.tar.gz |
Updating gettext files from coreutils-6.9. mkinstalldirs needs to be in
build-aux for some systems without gettext natively. Also have at top level,
though gettext documentation says file not neceesary
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1710 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 891922ea..264a0676 100644 --- a/configure.in +++ b/configure.in @@ -1458,7 +1458,7 @@ AC_SUBST(EXTRA_NETOBJS) AC_SUBST(DEPLIBS) AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION(0.13.1) +AM_GNU_GETTEXT_VERSION(0.15) dnl Check for Redhat spopen problem dnl Wierd problem where ECHILD is returned from a wait call in error |