summaryrefslogtreecommitdiff
path: root/source4/web/config.m4
blob: f8bb33759d4bfe8dda25e12806d2d6ac63c0b4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#################################################
# set SWAT directory location
AC_ARG_WITH(swatdir,
[  --with-swatdir=DIR      Where to put SWAT files ($ac_default_prefix/swat)],
[ case "$withval" in
  yes|no)
  #
  # Just in case anybody does it
  #
    AC_MSG_WARN([--with-swatdir called without argument - will use default])
  ;;
  * )
    swatdir="$withval"
    ;;
  esac])

AC_SUBST(swatdir)