X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=4e36dc3dcae7be2cb0686e6b1bd895582ec7b382;hp=56694ff22a0733a0d1bf66884609b4bc58a28a75;hb=5797606612b5b37dbba5d90b39665cdf7f7a1b11;hpb=c937e0d5c579863677e0fcb5508517f7714c332d diff --git a/configure.ac b/configure.ac index 56694ff22..4e36dc3dc 100644 --- a/configure.ac +++ b/configure.ac @@ -821,6 +821,13 @@ AS_IF([test "x${enable_split_usr}" = "xyes"], [ AC_DEFINE(HAVE_SPLIT_USR, 1, [Define if /bin, /sbin aren't symlinks into /usr]) ]) +# Work around intltoolize and gtk-doc problems in VPATH builds +AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"], + [Define to do gtk-doc tests]) +AS_IF([test "x$0" != "x./configure"], [ + AC_SUBST([INTLTOOL_UPDATE], [/bin/true]) +]) + AC_SUBST([dbuspolicydir], [$with_dbuspolicydir]) AC_SUBST([dbussessionservicedir], [$with_dbussessionservicedir]) AC_SUBST([dbussystemservicedir], [$with_dbussystemservicedir])