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
This commit is contained in:
Ton Voon 2007-03-06 11:03:35 +00:00
parent 5307670768
commit 31ff40189a

View file

@ -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