After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 694351 - [PATCH] Fix the warning message about AC_OUTPUT
[PATCH] Fix the warning message about AC_OUTPUT
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-21 11:16 UTC by Ángel Guzmán Maeso (shakaran)
Modified: 2013-02-21 11:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix the warning message about AC_OUTPUT (1.09 KB, patch)
2013-02-21 11:16 UTC, Ángel Guzmán Maeso (shakaran)
committed Details | Review

Description Ángel Guzmán Maeso (shakaran) 2013-02-21 11:16:53 UTC
Created attachment 237030 [details] [review]
[PATCH] 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:28: warning: AC_OUTPUT should be used without arguments.
configure.ac:28: You should run autoupdate.
Comment 1 Bastien Nocera 2013-02-21 11:23:58 UTC
Pushed to gnome-3-8 and master