diff options
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 38f6bea..a783305 100644 --- a/configure.in +++ b/configure.in | |||
@@ -40,7 +40,6 @@ srcdir=$saved_srcdir | |||
40 | 40 | ||
41 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) | 41 | ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) |
42 | dnl AM_WITH_REGEX | 42 | dnl AM_WITH_REGEX |
43 | AC_PROG_RANLIB | ||
44 | 43 | ||
45 | PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'` | 44 | PLUGIN_TEST=`echo $srcdir/plugins/t/*.t|sed -e 's,\.*/plugins/,,g'` |
46 | AC_SUBST(PLUGIN_TEST)dnl | 45 | AC_SUBST(PLUGIN_TEST)dnl |
@@ -51,7 +50,7 @@ AC_SUBST(SCRIPT_TEST)dnl | |||
51 | WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n" | 50 | WARRANTY="The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n" |
52 | AC_SUBST(WARRANTY) | 51 | AC_SUBST(WARRANTY) |
53 | 52 | ||
54 | SUPPORT="Send email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net\nPlease include version information with all correspondence. (when possible, use output from the --version option of the plugin itself)." | 53 | SUPPORT="Send email to nagios-users@lists.sourceforge.net if you have questions\nregarding use of this software. To submit patches or suggest improvements,\nsend email to nagiosplug-devel@lists.sourceforge.net.\nPlease include version information with all correspondence (when possible,\nuse output from the --version option of the plugin itself).\n" |
55 | AC_SUBST(SUPPORT) | 54 | AC_SUBST(SUPPORT) |
56 | 55 | ||
57 | dnl CGIURL has changed for Nagios with 1.0 beta | 56 | dnl CGIURL has changed for Nagios with 1.0 beta |