[longomatch] configure.ac cleanups
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] configure.ac cleanups
- Date: Sat, 9 Nov 2013 11:53:16 +0000 (UTC)
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
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c44abc6..185756b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,11 +8,7 @@ AM_MAINTAINER_MODE
AC_CONFIG_MACRO_DIR([build/m4])
AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock -I build/m4/shave \${ACLOCAL_FLAGS}"])
-AM_PROG_CC_STDC
-AC_ISC_POSIX
AC_PROG_CC
-AC_C_CONST
-AC_HEADER_STDC
AM_PROG_LIBTOOL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]