diff build-aux/mk-octave-config-h.sh @ 23014:7a9313d27cea

define macros for size of idx_type and f77_int_type * configure.ac (OCTAVE_SIZEOF_F77_INT_TYPE, OCTAVE_SIZEOF_IDX_TYPE): New macros. * mk-octave-config-h.sh: Copy them to octave-config.h.
author John W. Eaton <jwe@octave.org>
date Sat, 07 Jan 2017 13:14:50 -0500
parents f71191aea679
children 092078913d54
line wrap: on
line diff
--- a/build-aux/mk-octave-config-h.sh	Thu Jan 05 09:55:28 2017 +0100
+++ b/build-aux/mk-octave-config-h.sh	Sat Jan 07 13:14:50 2017 -0500
@@ -185,6 +185,8 @@
 $SED -n 's/#\(\(undef\|define\) OCTAVE_HAVE_LONG_LONG_INT.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT.*$\)/#  \1/p' $config_h_file
 $SED -n 's/#\(\(undef\|define\) OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES.*$\)/#  \1/p' $config_h_file
+$SED -n 's/#\(\(undef\|define\) OCTAVE_SIZEOF_F77_INT_TYPE.*$\)/#  \1/p' $config_h_file
+$SED -n 's/#\(\(undef\|define\) OCTAVE_SIZEOF_IDX_TYPE.*$\)/#  \1/p' $config_h_file
 
 echo ""