GNOME Bugzilla – Bug 711674
configure.ac cleanups
Last modified: 2013-11-09 11:55:03 UTC
Created attachment 259260 [details] [review] configure.ac cleanups This patch removes the following obsolete macros - AM_PROG_CC_STDC (deprecated form of AC_PROG_CC) - AC_ISC_POSIX (the INTERACTIVE UNIX that needed it is long dead) - AC_C_CONST (assuming C89 support is safe today) - AC_HEADER_STDC (unused, and assuming C89 support is safe today)
commit b869c1cb96f2be2bd23b0567b82e472c1f4e8160 Author: Adrian Bunk <bunk@stusta.de> Date: Fri Nov 8 13:08:58 2013 +0200 configure.ac cleanups This patch removes the following obsolete macros - AM_PROG_CC_STDC (deprecated form of AC_PROG_CC) - AC_ISC_POSIX (the INTERACTIVE UNIX that needed it is long dead) - AC_C_CONST (assuming C89 support is safe today) - AC_HEADER_STDC (unused, and assuming C89 support is safe today) https://bugzilla.gnome.org/show_bug.cgi?id=711674