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 700175 - configure.ac cleanups
configure.ac cleanups
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
git master
Other All
: Normal trivial
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-12 13:52 UTC by Adrian Bunk
Modified: 2013-05-13 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.71 KB, patch)
2013-05-12 13:52 UTC, Adrian Bunk
committed Details | Review

Description Adrian Bunk 2013-05-12 13:52:15 UTC
Created attachment 243912 [details] [review]
patch

- replace the obsolete AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS
- remove the following macros whose results were unused:
  - AC_PROG_INSTALL
  - AC_CHECK_HEADERS(fcntl.h paths.h sys/ioctl.h sys/time.h syslog.h unistd.h)
  - AC_TYPE_MODE_T
  - AC_HEADER_TIME
  - AC_CHECK_FUNCS(select socket uname)
  - AC_C_BIGENDIAN
- remove the following obsolete macros (not relevant on non-historic systems):
  - AC_PROG_GCC_TRADITIONAL
  - AC_FUNC_MEMCMP