build-sys: call AC_OUTPUT without any arguments

This commit is contained in:
Christian Ruppert 2010-06-02 18:53:19 +02:00 committed by Lennart Poettering
parent 1136a371e2
commit a45a909fbb
1 changed files with 2 additions and 1 deletions

View File

@ -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