last fix
authorMazet Laurent <laurent.mazet@thalesgroup.com>
Thu, 27 Nov 2025 16:28:18 +0000 (17:28 +0100)
committerMazet Laurent <laurent.mazet@thalesgroup.com>
Thu, 27 Nov 2025 16:28:18 +0000 (17:28 +0100)
configure
configure.ac

index 0186754e1e2524a158be87093245a3f713b5d93c..ff47995471e443ab469003e2fd2b6a007dca8a21 100755 (executable)
--- 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"
-
-
index 872d29bfa221cd5e6f2c9dc598ac22574bdbc8bc..897ba5137f1680c9a05d2f0a9745e3613d9e06a6 100644 (file)
@@ -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")
-]],[[]])