summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-17 01:34:36 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-17 01:39:58 +0200
commit5e6afdd3d359fc42de7ac432243e98673577e81f (patch)
tree5119a863daffe744e6cfc40a224ed90ba49a4344 /configure.ac
parentf0b02ca2afa806efb73b43a81204ff21c4c65446 (diff)
units: add distribution-specific units
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a94c2fc918..8636262b4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,6 +142,8 @@ AC_SUBST(VAPIDIR)
AC_PATH_PROG([XSLTPROC], [xsltproc])
AM_CONDITIONAL(HAVE_XSLTPROC, test x"$XSLTPROC" != x)
+AC_PATH_PROG([M4], [m4])
+
AC_ARG_WITH(distro, AS_HELP_STRING([--with-distro=DISTRO],[Specify the distribution to target: One of fedora, suse, debian, arch, gentoo or other]))
if test "z$with_distro" = "z"; then
if test "$cross_compiling" = yes; then