Initial step at cleaning and splitting up configure.in.
[ira/wip.git] / source / web / config.m4
1 #################################################
2 # set SWAT directory location
3 AC_ARG_WITH(swatdir,
4 [  --with-swatdir=DIR      Where to put SWAT files ($ac_default_prefix/swat)],
5 [ case "$withval" in
6   yes|no)
7   #
8   # Just in case anybody does it
9   #
10     AC_MSG_WARN([--with-swatdir called without argument - will use default])
11   ;;
12   * )
13     swatdir="$withval"
14     ;;
15   esac])
16
17 AC_SUBST(swatdir)