view kpathsea/xt.ac @ 2999:faa5d0421460

[project @ 1997-05-23 03:02:09 by jwe]
author jwe
date Fri, 23 May 1997 03:02:36 +0000
parents
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
])