]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
Makefile.am: DISTCHECK_CONFIGURE_FLAGS -> AM_DISTCHECK_CONFIGURE_FLAGS
authorR. Diez <rdiezmail-openocd@yahoo.de>
Sat, 25 Jan 2025 22:04:50 +0000 (23:04 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 16 Feb 2025 16:29:00 +0000 (16:29 +0000)
commitdcf02f46ff8355eb3f889aaa9d660f73dacede4f
treea8fe9f4e785789fe89b64a945f3169a5b3981b65
parent5e4ad24ba610e81ee6e9358154ef176e15c36fe7
Makefile.am: DISTCHECK_CONFIGURE_FLAGS -> AM_DISTCHECK_CONFIGURE_FLAGS

The Automake manual states: "The user can still extend or override
the flags provided there by defining the DISTCHECK_CONFIGURE_FLAGS
variable". Overriding variable DISTCHECK_CONFIGURE_FLAGS in Makefile.am
makes it impossible for the user to do that. I discovered this
when trying to pass --enable-internal-jimtcl to distcheck.

Change-Id: Ibe5b1f23ccf3fbaa21c48b574a1b3f3e9f6fb916
Signed-off-by: R. Diez <rdiezmail-openocd@yahoo.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8724
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
Makefile.am