Skip to content

Commit dcf02f4

Browse files
R. Diezborneoa
authored andcommitted
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 <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/8724 Reviewed-by: Antonio Borneo <[email protected]> Tested-by: jenkins
1 parent 5e4ad24 commit dcf02f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = gnu 1.6
77
.DELETE_ON_ERROR:
88

99
# make sure we pass the correct jimtcl flags to distcheck
10-
DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim
10+
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim
1111

1212
# do not run Jim Tcl tests (esp. during distcheck)
1313
check-recursive: SUBDIRS :=

0 commit comments

Comments
 (0)