summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/cf/destdirs.m4
blob: 0d56e9cc41dc7c92911bf7fe4d48284e7db59f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
dnl
dnl $Id: destdirs.m4,v 1.2 2002/08/12 15:12:50 joda Exp $
dnl

AC_DEFUN([rk_DESTDIRS], [
# This is done by AC_OUTPUT but we need the result here.
test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

AC_FOREACH([rk_dir], [bin lib libexec localstate sbin sysconf], [
	x="${rk_dir[]dir}"
	eval y="$x"
	while test "x$y" != "x$x"; do
		x="$y"
		eval y="$x"
	done
	AC_DEFINE_UNQUOTED(AS_TR_CPP(rk_dir[]dir), "$x", [path to ]rk_dir[])])
])
OpenPOWER on IntegriCloud