annotate modules/maintainer-makefile @ 16063:c3b6b5b6bc32

More conditional dependencies. * modules/faccessat (Depends-on): Add conditions. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/fstatat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/unlinkat (Depends-on): Likewise. * modules/utimensat (Depends-on): Likewise. * modules/mkdirat (Depends-on): Add sys_stat. Add conditions. * modules/linkat (Depends-on): Refine the conditions. * modules/renameat (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 09 Nov 2011 02:42:45 +0100
parents 7a4d2814715b
children c460072fb428
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6636
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 Helper GNUmakefile with syntax checks, build improvements, etc.
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
9811
5f79eb63c21e Alter GNUmakefile to install into top directory.
Eric Blake <ebb9@byu.net>
parents: 6638
diff changeset
5 top/maint.mk
5f79eb63c21e Alter GNUmakefile to install into top directory.
Eric Blake <ebb9@byu.net>
parents: 6638
diff changeset
6
5f79eb63c21e Alter GNUmakefile to install into top directory.
Eric Blake <ebb9@byu.net>
parents: 6638
diff changeset
7 Depends-on:
5f79eb63c21e Alter GNUmakefile to install into top directory.
Eric Blake <ebb9@byu.net>
parents: 6638
diff changeset
8 gnumakefile
11517
aad3147e3e47 maintainer-makefile: depend on all required helper scripts
Eric Blake <ebb9@byu.net>
parents: 9811
diff changeset
9 useless-if-before-free
aad3147e3e47 maintainer-makefile: depend on all required helper scripts
Eric Blake <ebb9@byu.net>
parents: 9811
diff changeset
10 vc-list-files
6636
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11
12816
7a4d2814715b syntax-check: detect incorrect boolean macro values in config.h
Pádraig Brady <P@draigBrady.com>
parents: 11517
diff changeset
12 configure.ac:
7a4d2814715b syntax-check: detect incorrect boolean macro values in config.h
Pádraig Brady <P@draigBrady.com>
parents: 11517
diff changeset
13 AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER],
7a4d2814715b syntax-check: detect incorrect boolean macro values in config.h
Pádraig Brady <P@draigBrady.com>
parents: 11517
diff changeset
14 [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])])
7a4d2814715b syntax-check: detect incorrect boolean macro values in config.h
Pádraig Brady <P@draigBrady.com>
parents: 11517
diff changeset
15
6636
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
16 License:
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
17 GPLed build tool
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
18
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19 Maintainer:
45f5aa25f015 * modules/maintainer-makefile: New module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 all