From 5e6afdd3d359fc42de7ac432243e98673577e81f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 May 2010 01:34:36 +0200 Subject: units: add distribution-specific units --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3-54-g00ecf