[PATCH] build: Drop unused AM_PROG_LEX
Jan Kiszka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
From: Jan Kiszka <[email protected]> This might have been relevant back then when the cobalt code base was also building kernel bits. Now the kernel itself does that. Signed-off-by: Jan Kiszka <[email protected]> --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1214bda88..5d8fe4fb87 100644 --- a/configure.ac +++ b/configure.ac @@ -120,7 +120,6 @@ AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2 tar-ustar subdir-objects]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE AM_PROG_AS -AM_PROG_LEX XENO_BUILD_ARGS="$ac_configure_args" -- 2.47.3