Code

Clearer message when --with-nagios-user is used for ./configure
authorTon Voon <tonvoon@users.sourceforge.net>
Tue, 6 Mar 2007 11:03:35 +0000 (11:03 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Tue, 6 Mar 2007 11:03:35 +0000 (11:03 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1626 f882894a-f735-0410-b71e-b25c423dba1c

configure.in

index 793e03491ad9be55fe9dcb57333586677bfdf408..5d1e75df29bb653597f064b3dac66ac836c28cb8 100644 (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