From 540ac1d674f52e701493156497a1459b30cb5830 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 14 Jan 2023 15:38:36 +0100 Subject: Drop the dummy file configure.ac Jimtcl dropped the file configure.ac with commit 2ffa2eee88f3 ("Remove obsolete configure.ac") in 2011, but this caused a build failure when jimtcl is used as submodule by OpenOCD. Instead of fixing the obsoleted path in OpenOCD's configure.ac, a patch to add a dummy configure.ac was merged in jimtcl with commit 142edb4e35a90 ("Re-add a dummy configure.ac for automake"). The resulting setup still has issues, as running 'autoremake -f' in OpenOCD folder causes autoconf to replace jimtcl configure file with an incorrect file generated from the dummy configure.ac . OpenOCD release v0.12.0 includes a fix that makes useless the dummy configure.ac in jimtcl: https://review.openocd.org/7437/ ("configure.ac: fix check for jimtcl submodule"). Drop the dummy configure.ac . Signed-off-by: Antonio Borneo --- configure.ac | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 configure.ac diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 8c45114..0000000 --- a/configure.ac +++ /dev/null @@ -1,3 +0,0 @@ -# Dummy configure.ac to make automake happy -AC_INIT([jimtcl], [0.80]) -AC_OUTPUT -- cgit v1.1