summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 22:05:43 (GMT)
commita8cd7705e7898d77764aa12ddcc2e29de1860138 (patch)
tree970f609cbecbe515998907fd55a12f814ad2edcd /configure.in
parent08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff)
downloadmonitoring-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.in6
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
145dnl 145dnl
146 146
147case $host_vender-$host_os in 147case $host_vender-$host_os in
148sun*)
149 AC_DEFINE(__EXTENSIONS__,1,[Sun's netdb.h needs this for getaddrinfo])
150 ;;
151osf*) 148osf*)
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)
1662AC_SUBST(EXTRA_NETOBJS) 1659AC_SUBST(EXTRA_NETOBJS)
1663AC_SUBST(DEPLIBS) 1660AC_SUBST(DEPLIBS)
1664 1661
1665AM_GNU_GETTEXT([no-libtool], [need-ngettext]) 1662AM_GNU_GETTEXT([external], [need-ngettext])
1666AM_GNU_GETTEXT_VERSION(0.11.5) 1663AM_GNU_GETTEXT_VERSION(0.11.5)
1667 1664
1668dnl Check for Redhat spopen problem 1665dnl 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