diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-06-08 06:24:53 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-06-08 06:24:53 +0000 |
commit | 7c8e397ddcbd0ae998cc4f23868726022d1aa47b (patch) | |
tree | 0d868cc19ab2ff368f9db820c3208d39bce058e8 /configure.ac | |
parent | 58c7263ca5b64a21dc101bb4b24201ba67a8d068 (diff) |
Install the xtrans.m4 to the directory returned by aclocal --print-ac-dir,
so that the aclocal calls in other modules will pick it up if this
prefix's aclocal dir is not in a default path for system aclocal.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d48834b..37d351f 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,10 @@ AC_CHECK_FUNC(fchown, [fchown_define="-DHAS_FCHOWN"], [fchown_define=""]) AC_SUBST(fchown_define) +ACLOCALDIR=`aclocal --print-ac-dir` + +AC_SUBST(ACLOCALDIR) + # sticky bit # # if any system exists without sticky dir bits this |