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:
parent
c0a2d7829a
commit
52c139faa3
1 changed files with 3 additions and 1 deletions
|
@ -417,7 +417,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
panels/Makefile
|
panels/Makefile
|
||||||
panels/common/Makefile
|
panels/common/Makefile
|
||||||
|
@ -529,6 +529,8 @@ shell/gnome-control-center.desktop.in
|
||||||
man/Makefile
|
man/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
AC_OUTPUT
|
||||||
|
|
||||||
AC_MSG_NOTICE([gnome-control-center was configured with the following options:])
|
AC_MSG_NOTICE([gnome-control-center was configured with the following options:])
|
||||||
if test "x$have_networkmanager" = "xyes"; then
|
if test "x$have_networkmanager" = "xyes"; then
|
||||||
AC_MSG_NOTICE([** NetworkManager (Network panel)])
|
AC_MSG_NOTICE([** NetworkManager (Network panel)])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue