X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=691d97000937b301c69a141038b5102ad3034930;hb=e99e38bbdcca3fe5956823bdb3d38544ccf93221;hp=cf3323bdd4d662fa438c48351df3eab308b3834f;hpb=1b00a255225bd65bcc3f6257bd4b1e2089f231b4;p=elogind.git diff --git a/configure.ac b/configure.ac index cf3323bdd..691d97000 100644 --- a/configure.ac +++ b/configure.ac @@ -18,13 +18,13 @@ AC_PREREQ(2.63) AC_INIT([systemd],[0],[systemd-devel@lists.freedesktop.org]) -AC_CONFIG_SRCDIR([main.c]) +AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax]) +AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects]) -AC_SUBST(PACKAGE_URL, [http://git.0pointer.de/?p=systemd.git]) +AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd]) AC_CANONICAL_HOST @@ -37,6 +37,10 @@ AS_IF([test "x$STOW" = "xyes" && test -d /usr/local/stow], [ ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}" ]) +AC_PROG_MKDIR_P +AC_PROG_LN_S +AC_PROG_SED + AC_PROG_CC AC_PROG_CC_C99 AM_PROG_CC_C_O