From 0447b7a68bb9c6b0d6c06fb413f0ab777f4e5187 Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Thu, 27 Nov 2025 17:28:18 +0100 Subject: [PATCH] last fix --- configure | 7 ++----- configure.ac | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/configure b/configure index 0186754..ff47995 100755 --- a/configure +++ b/configure @@ -5116,7 +5116,7 @@ LD=$CC -ac_config_files="$ac_config_files Makeconf Makefile Makerule src/viterbiversion.t src/Makefile test/Makefile" +ac_config_files="$ac_config_files Makeconf Makefile Makerule src/viterbiversion.h src/Makefile test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -5822,7 +5822,7 @@ do "Makeconf") CONFIG_FILES="$CONFIG_FILES Makeconf" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "Makerule") CONFIG_FILES="$CONFIG_FILES Makerule" ;; - "src/viterbiversion.t") CONFIG_FILES="$CONFIG_FILES src/viterbiversion.t" ;; + "src/viterbiversion.h") CONFIG_FILES="$CONFIG_FILES src/viterbiversion.h" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; @@ -6280,6 +6280,3 @@ printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 fi -ac_config_commands="$ac_config_commands default-1" - - diff --git a/configure.ac b/configure.ac index 872d29b..897ba51 100644 --- a/configure.ac +++ b/configure.ac @@ -256,11 +256,8 @@ dnl Generate ouputs AC_CONFIG_FILES([ Makeconf Makefile Makerule - src/viterbiversion.t + src/viterbiversion.h src/Makefile test/Makefile ]) AC_OUTPUT - -AC_CONFIG_COMMANDS([default-1],[[LIBVITERBI_CHECK_CHANGE("src/viterbiversion.h", "src/viterbiversion.t") -]],[[]]) -- 2.30.2