Fix the warning message about AC_OUTPUT:

* configure.ac:
 Replaced AC_OUTPUT(list...) with an AC_OUTPUT without arguments, and
 AC_CONFIG_FILES listing the files.

Fix the warning message about AC_OUTPUT:
configure.ac:428: warning: AC_OUTPUT should be used without arguments.
configure.ac:428: You should run autoupdate.

https://bugzilla.gnome.org/show_bug.cgi?id=694351
This commit is contained in:
Ángel Guzmán Maeso 2013-02-21 12:11:24 +01:00 committed by Bastien Nocera
parent c0a2d7829a
commit 52c139faa3

View file

@ -417,7 +417,7 @@ else
fi
AC_OUTPUT([
AC_CONFIG_FILES([
Makefile
panels/Makefile
panels/common/Makefile
@ -529,6 +529,8 @@ shell/gnome-control-center.desktop.in
man/Makefile
])
AC_OUTPUT
AC_MSG_NOTICE([gnome-control-center was configured with the following options:])
if test "x$have_networkmanager" = "xyes"; then
AC_MSG_NOTICE([** NetworkManager (Network panel)])