From: Ton Voon Date: Tue, 6 Mar 2007 11:03:35 +0000 (+0000) Subject: Clearer message when --with-nagios-user is used for ./configure X-Git-Url: https://git.tokkee.org/?p=nagiosplug.git;a=commitdiff_plain;h=31ff40189a387f3cc547f5799622a54758d7004c Clearer message when --with-nagios-user is used for ./configure git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1626 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/configure.in b/configure.in index 793e034..5d1e75d 100644 --- a/configure.in +++ b/configure.in @@ -16,9 +16,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios) dnl Deprecated configure options AC_ARG_WITH(nagios_user,, - AC_MSG_ERROR([--with-nagios-user is a deprecated option])) + AC_MSG_ERROR([--with-nagios-user is a deprecated option. Rerun ./configure without this option])) AC_ARG_WITH(nagios_group,, - AC_MSG_ERROR([--with-nagios-group is a deprecated option])) + AC_MSG_ERROR([--with-nagios-group is a deprecated option. Rerun ./configure without this option])) dnl Figure out how to invoke "install" and what install options to use. AC_PROG_INSTALL