From a45a909fbbe11ad8c75cda5639d875476ac65453 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Wed, 2 Jun 2010 18:53:19 +0200 Subject: [PATCH] build-sys: call AC_OUTPUT without any arguments --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2