portable: propagate AM_CFLAGS/AM_CPPFLAGS
commit0ca5b679a408be58a7330776fdb1a4748ca7a9bd
authorThomas Adam <thomas@xteddy.org>
Tue, 28 Sep 2021 23:49:04 +0000 (29 00:49 +0100)
committerThomas Adam <thomas@xteddy.org>
Sat, 9 Oct 2021 00:04:38 +0000 (9 01:04 +0100)
tree2680221ead1432107421aa44c7614afbb891a7d0
parentdc2a05aa2111fe14be0f0c3e025337dc9340b111
portable: propagate AM_CFLAGS/AM_CPPFLAGS

Allow for warnings via AM_CFLAGS in a common Makefile, and let
those values propagate to all other Makefiles.  Currently the more
useful checks are disabled until upstream changes are made to reduce
warnings.

While here, also fix the version string to remove quotes.
19 files changed:
.gitignore
Makefile.am
Makefile.common.in [new file with mode: 0644]
compat/Makefile.am
configure.ac
got/Makefile.am
gotadmin/Makefile.am
libexec/got-fetch-pack/Makefile.am
libexec/got-index-pack/Makefile.am
libexec/got-read-blob/Makefile.am
libexec/got-read-commit/Makefile.am
libexec/got-read-gitconfig/Makefile.am
libexec/got-read-gotconfig/Makefile.am
libexec/got-read-object/Makefile.am
libexec/got-read-pack/Makefile.am
libexec/got-read-tag/Makefile.am
libexec/got-read-tree/Makefile.am
libexec/got-send-pack/Makefile.am
tog/Makefile.am