summaryrefslogtreecommitdiff
path: root/Build/source/multiplatform.ac
blob: 263a9daa6da5327b224d31d44fbe6c0a11a148af (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl The --enable-multiplatform option, used by utils/dialog. The same code exists in
dnl texk/kpathsea/withenable.ac.
AC_CANONICAL_HOST
AC_ARG_ENABLE(multiplatform,
[  --enable-multiplatform     put executables in bin/PLATFORM],
if test "x$enable_multiplatform" = xyes &&
    test "x$bindir" = 'x${exec_prefix}/bin'
then
  bindir="$bindir/$host"
fi)
test "x$enable_multiplatform" = xyes && export enable_multiplatform