summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5307670)
raw | patch | inline | side by side (parent: 5307670)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 6 Mar 2007 11:03:35 +0000 (11:03 +0000) | ||
committer | Ton 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 | patch | blob | history |
diff --git a/configure.in b/configure.in
index 793e03491ad9be55fe9dcb57333586677bfdf408..5d1e75df29bb653597f064b3dac66ac836c28cb8 100644 (file)
--- a/configure.in
+++ b/configure.in
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