summaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-04-08 16:46:15 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:21:48 -0400
commit6a6975f305ea142cf7b103bb7c064d8ef03e1547 (patch)
treeafee5c43bee0b9316db154fe2e0762059b38eead /src/configure.ac
parented0bb1777181db1243a7b4f5c71350e7ef0193f8 (diff)
downloadsssd-6a6975f305ea142cf7b103bb7c064d8ef03e1547.tar.gz
sssd-6a6975f305ea142cf7b103bb7c064d8ef03e1547.tar.xz
sssd-6a6975f305ea142cf7b103bb7c064d8ef03e1547.zip
Support docdir and abs_builddir
Old versions of autoconf (before 2.60) did not include support for the docdir and abs_builddir variables. This patch emulates support for them. Fixes https://fedorahosted.org/sssd/ticket/422
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 40dac37ce..834439054 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -153,6 +153,7 @@ AM_CONDITIONAL([HAVE_CHECK], [test x$have_check != x])
abs_build_dir=`pwd`
AC_DEFINE_UNQUOTED([ABS_BUILD_DIR], ["$abs_build_dir"], [Absolute path to the build directory])
+AC_SUBST([abs_builddir], $abs_build_dir)
AC_CONFIG_FILES([Makefile examples/rwtab doxy.config po/Makefile.in])
AC_OUTPUT