On Feb 16, 2000, Peter Eisentraut <[EMAIL PROTECTED]> wrote:

> Configure options change. I'd like to issue an error message to the user
> if they happen to use an old option (or point them to the new one).

if test "x${with_option_name+set}" = xset; then
  AC_MSG_ERROR([option-name is deprecated, use alternate-option instead])
fi

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

Reply via email to