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: 0.git+20100605+dfd8ee-1~9^2^2~26 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45a909fbbe11ad8c75cda5639d875476ac65453;p=systemd build-sys: call AC_OUTPUT without any arguments --- diff --git a/configure.ac b/configure.ac index 16f1bcdb..af20151f 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