[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 0/4] compile: reorganize code for default includes
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 0/4] compile: reorganize code for default includes |
Date: |
Mon, 28 May 2012 11:35:01 +0200 |
Some namespace cleanups, and a little move of preprocessing code from
automake and configure runtime into make runtime.
I will push by tomorrow if there are no objections.
Regards,
Stefano
-*-*-
Stefano Lattarini (4):
maintcheck: refactor checks on obsolete variable names
compile: rename make variable CONFIG_HEADER -> AM_CONFIG_HEADERS
compile: add extra -I opts from config headers at make runtime
compile: rename make variable DEFAULT_INCLUDES -> AM_DEFAULT_INCLUDES
NG-NEWS | 11 +++++++++
automake.in | 49 +++++++++-------------------------------
doc/automake-ng.texi | 2 +-
lib/am/compile.am | 13 ++++++++++-
lib/am/remake-hdr.am | 2 +-
m4/init.m4 | 4 ----
syntax-checks.mk | 41 +++++++++++++---------------------
t/confh4.sh | 49 +++++++++++++++++++++++++++++++++-------
t/no-extra-makefile-code.sh | 3 +--
t/nostdinc.sh | 45 ++++++++++++++++++++++++-------------
t/stdinc-no-repeated.sh | 52 +++++++++++++++++++++++++++++++++++++++++++
11 files changed, 174 insertions(+), 97 deletions(-)
create mode 100755 t/stdinc-no-repeated.sh
--
1.7.9.5
- [Automake-NG] [PATCH 0/4] compile: reorganize code for default includes,
Stefano Lattarini <=
- [Automake-NG] [PATCH 1/4] maintcheck: refactor checks on obsolete variable names, Stefano Lattarini, 2012/05/28
- [Automake-NG] [PATCH 2/4] compile: rename make variable CONFIG_HEADER -> AM_CONFIG_HEADERS, Stefano Lattarini, 2012/05/28
- [Automake-NG] [PATCH 3/4] compile: add extra -I opts from config headers at make runtime, Stefano Lattarini, 2012/05/28
- [Automake-NG] [PATCH 4/4] compile: rename make variable DEFAULT_INCLUDES -> AM_DEFAULT_INCLUDES, Stefano Lattarini, 2012/05/28
- Re: [Automake-NG] [PATCH 0/4] compile: reorganize code for default includes, Stefano Lattarini, 2012/05/29