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 694348 - [PATCH] Fix the warning message about AC_OUTPUT
[PATCH] Fix the warning message about AC_OUTPUT
Status: RESOLVED FIXED
Product: egg-list-box
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: egg-list-box-maint
egg-list-box-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-21 10:58 UTC by Ángel Guzmán Maeso (shakaran)
Modified: 2013-02-21 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix the warning message about AC_OUTPUT (1000 bytes, patch)
2013-02-21 10:58 UTC, Ángel Guzmán Maeso (shakaran)
committed Details | Review

Description Ángel Guzmán Maeso (shakaran) 2013-02-21 10:58:20 UTC
Created attachment 237027 [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.