Mercurial > hg > octave-kai > gnulib-hg
comparison modules/maintainer-makefile @ 12816:7a4d2814715b
syntax-check: detect incorrect boolean macro values in config.h
* modules/maintainer-makefile (configure.ac): Parameterize the location
of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
The logic is from Eric Blake and the location indicated by Jim Meyering.
Note the more natural CONFIG_HEADER name is prohibited by automake
for backwards compatibility reasons.
* top/maint.mk (sc_Wundef_boolean): New rule.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 25 Jan 2010 10:55:34 +0000 |
parents | aad3147e3e47 |
children | c460072fb428 |
comparison
equal
deleted
inserted
replaced
12815:3782e680ac8b | 12816:7a4d2814715b |
---|---|
7 Depends-on: | 7 Depends-on: |
8 gnumakefile | 8 gnumakefile |
9 useless-if-before-free | 9 useless-if-before-free |
10 vc-list-files | 10 vc-list-files |
11 | 11 |
12 configure.ac: | |
13 AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER], | |
14 [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])]) | |
15 | |
12 License: | 16 License: |
13 GPLed build tool | 17 GPLed build tool |
14 | 18 |
15 Maintainer: | 19 Maintainer: |
16 all | 20 all |