Mercurial > hg > octave-lyh
view kpathsea/xt.ac @ 3704:aef06675c94d
[project @ 2000-07-20 19:21:23 by jwe]
author | jwe |
---|---|
date | Thu, 20 Jul 2000 19:21:24 +0000 |
parents | faa5d0421460 |
children |
line wrap: on
line source
dnl Included by web2c and xdvik to handle --with-x-toolkit. # This defines --with-x implicitly (which is why we use that package # name below), so put it here, so it comes first in the --help output. # This reads best. AC_PATH_XTRA AC_ARG_WITH(x-toolkit, [ --with-x-toolkit=KIT use a toolkit (KIT=no/yes/xt/athena)], [ case "${withval}" in y | ye | yes ) val=yes ;; x | xt ) val=xt ;; n | no ) val=no ;; a | at | ath | athe | athena ) val=athena ;; * ) AC_MSG_WARN([unknown --with-x-toolkit argument \`$withval'; using yes.]) val=yes;; esac with_x_toolkit=$val ])