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 655225 - Autotools gives some warnings while autoreconf is run.
Autotools gives some warnings while autoreconf is run.
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2011-07-24 20:46 UTC by Krzesimir Nowak
Modified: 2011-07-28 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Silences the warning in libnl-check.m4. (1.20 KB, patch)
2011-07-24 20:46 UTC, Krzesimir Nowak
none Details | Review

Description Krzesimir Nowak 2011-07-24 20:46:34 UTC
Created attachment 192580 [details] [review]
Silences the warning in libnl-check.m4.

AC_LANG_CONFTEST complains about test source code not being inside AC_LANG_SOURCE. The attached patch fixes it.
Comment 1 Dan Williams 2011-07-28 18:50:17 UTC
c2fffd76d221267f5f3d43ed2276a0cb91913bd6 (master)
49e98f51649aac84e0c5372a71c545da5c74111b (0.8.x)

thanks!