source: heimdal/trunk/cf/destdirs.m4@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 445 bytes
Line 
1dnl
2dnl $Id$
3dnl
4
5AC_DEFUN([rk_DESTDIRS], [
6# This is done by AC_OUTPUT but we need the result here.
7test "x$prefix" = xNONE && prefix=$ac_default_prefix
8test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9
10AC_FOREACH([rk_dir], [bin lib libexec localstate sbin sysconf], [
11 x="${rk_dir[]dir}"
12 eval y="$x"
13 while test "x$y" != "x$x"; do
14 x="$y"
15 eval y="$x"
16 done
17 AC_DEFINE_UNQUOTED(AS_TR_CPP(rk_dir[]dir), "$x", [path to ]rk_dir[])])
18])
Note: See TracBrowser for help on using the repository browser.