diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 22:05:43 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 22:05:43 (GMT) |
commit | a8cd7705e7898d77764aa12ddcc2e29de1860138 (patch) | |
tree | 970f609cbecbe515998907fd55a12f814ad2edcd /configure.in | |
parent | 08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff) | |
download | monitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz |
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 0fba2d3..5e1debd 100644 --- a/configure.in +++ b/configure.in | |||
@@ -145,9 +145,6 @@ dnl Check for miscellaneous stuff | |||
145 | dnl | 145 | dnl |
146 | 146 | ||
147 | case $host_vender-$host_os in | 147 | case $host_vender-$host_os in |
148 | sun*) | ||
149 | AC_DEFINE(__EXTENSIONS__,1,[Sun's netdb.h needs this for getaddrinfo]) | ||
150 | ;; | ||
151 | osf*) | 148 | osf*) |
152 | AC_DEFINE(_OSF_SOURCE,1,[OSF needs this for getaddrinfo]) | 149 | AC_DEFINE(_OSF_SOURCE,1,[OSF needs this for getaddrinfo]) |
153 | ;; | 150 | ;; |
@@ -1662,7 +1659,7 @@ AC_SUBST(EXTRAS_ROOT) | |||
1662 | AC_SUBST(EXTRA_NETOBJS) | 1659 | AC_SUBST(EXTRA_NETOBJS) |
1663 | AC_SUBST(DEPLIBS) | 1660 | AC_SUBST(DEPLIBS) |
1664 | 1661 | ||
1665 | AM_GNU_GETTEXT([no-libtool], [need-ngettext]) | 1662 | AM_GNU_GETTEXT([external], [need-ngettext]) |
1666 | AM_GNU_GETTEXT_VERSION(0.11.5) | 1663 | AM_GNU_GETTEXT_VERSION(0.11.5) |
1667 | 1664 | ||
1668 | dnl Check for Redhat spopen problem | 1665 | dnl Check for Redhat spopen problem |
@@ -1710,7 +1707,6 @@ AC_OUTPUT( | |||
1710 | command.cfg | 1707 | command.cfg |
1711 | test.pl | 1708 | test.pl |
1712 | pkg/solaris/pkginfo | 1709 | pkg/solaris/pkginfo |
1713 | intl/Makefile | ||
1714 | po/Makefile.in | 1710 | po/Makefile.in |
1715 | ) | 1711 | ) |
1716 | 1712 | ||