]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: Set AM_DISTCHECK_CONFIGURE_FLAGS
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 16 Aug 2024 19:01:22 +0000 (14:01 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 17 Aug 2024 17:01:25 +0000 (12:01 -0500)
commitdcc1c3284ad290505d30027c3dae6ee5f8f12c13
treefbba9f6c2f7995209efc95d8475ac28f3cd8a382
parent05269d823fdcd1a237772e634a2c388d1cf22e7c
build: Set AM_DISTCHECK_CONFIGURE_FLAGS

Follow the usual approach for flags in autotools: Set the AM_ variant
so the user may set the non-AM variant that is appended. This is needed
to pass additional flags from the configure to the configure call done
while creating the dist tarball if something doesn't match the default.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/78
Makefile.am