aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2023-01-14 15:38:36 +0100
committerSteve Bennett <steveb@workware.net.au>2023-01-16 09:17:31 +1000
commit540ac1d674f52e701493156497a1459b30cb5830 (patch)
treea6239d3a7284684d53509c3d267ea954957ceb35
parent2f7be1cb2e4bef94793d7121d117aa7699414700 (diff)
downloadjimtcl-540ac1d674f52e701493156497a1459b30cb5830.zip
jimtcl-540ac1d674f52e701493156497a1459b30cb5830.tar.gz
jimtcl-540ac1d674f52e701493156497a1459b30cb5830.tar.bz2
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 <borneo.antonio@gmail.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
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