X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=8636262b4a42fcb246e07f0bdbfb4c7fe8c3c26b;hp=a94c2fc91839be5616567521dc0a6b6f4ab6d697;hb=5e6afdd3d359fc42de7ac432243e98673577e81f;hpb=34eff652cedec3cac34b92629ead5f140334b689 diff --git a/configure.ac b/configure.ac index a94c2fc91..8636262b4 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