diff build-aux/mk-octave-config-h.sh @ 33052:3e762379d7d4

Remove final instances of OCTAVE_FLOAT_TRUNCATE from codebase (bug #65321). * mk-octave-config-h.sh: Remove sed search/replace pattern with OCTAVE_FLOAT_TRUNCATE. * configure.ac: Remove reporting on OCTAVE_FLOAT_TRUNCATE in configuration summary.
author Rik <rik@octave.org>
date Mon, 19 Feb 2024 14:08:00 -0800
parents 2e484f9f1f18
children 3bb4422bd982
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Mon Feb 19 09:06:31 2024 +0100
+++ b/build-aux/mk-octave-config-h.sh	Mon Feb 19 14:08:00 2024 -0800
@@ -104,7 +104,6 @@
 
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_64.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_BOUNDS_CHECK.*$\)/#  \1/p' $config_h_file
-$SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_FLOAT_TRUNCATE.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_INTERNAL_CHECKS.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_LIB_VISIBILITY_FLAGS.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_ENABLE_OPENMP.*$\)/#  \1/p' $config_h_file