From: Christian Ruppert Date: Wed, 2 Jun 2010 16:53:19 +0000 (+0200) Subject: build-sys: call AC_OUTPUT without any arguments X-Git-Tag: v1~242 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a45a909fbbe11ad8c75cda5639d875476ac65453;hp=1136a371e204602a5a4d7cc5870f573bb61ee182;p=elogind.git build-sys: call AC_OUTPUT without any arguments --- diff --git a/configure.ac b/configure.ac index 16f1bcdb6..af20151fb 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,8 @@ AC_ARG_WITH([rootdir], [with_rootdir=${ac_default_prefix}]) AC_SUBST([rootdir], [$with_rootdir]) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT echo " $PACKAGE_NAME $VERSION