Matthias Langer <[EMAIL PROTECTED]> writes:

> However, when the caller of configure forgets to pass this option,
> configure will work, but make certainly fail. So it would be great, if i 
> can
> check if certain arguments were supplied allready in configure and exit with
> an error message if not.

The optional fourth parameter of AC_ARG_WITH is executed if no such option
is passed, as described in the manual (hint, hint).  You can use
AC_MSG_ERROR to abort.

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to