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

View file

@ -275,7 +275,8 @@ AC_ARG_WITH([rootdir],
[with_rootdir=${ac_default_prefix}]) [with_rootdir=${ac_default_prefix}])
AC_SUBST([rootdir], [$with_rootdir]) AC_SUBST([rootdir], [$with_rootdir])
AC_OUTPUT([Makefile]) AC_CONFIG_FILES([Makefile])
AC_OUTPUT
echo " echo "
$PACKAGE_NAME $VERSION $PACKAGE_NAME $VERSION