# HG changeset patch # User jwe # Date 776302330 0 # Node ID 81b973e373f9777900b5fd9aa76def323100e11a # Parent 9b02a14aaaeaeb58eaa1ad2e64d203f5c2b50ee9 [project @ 1994-08-07 23:32:10 by jwe] diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ dnl along with Octave; see the file COPYING. If not, write to the Free dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. dnl -AC_REVISION($Revision: 1.36 $)dnl +AC_REVISION($Revision: 1.37 $)dnl AC_PREREQ(1.8)dnl AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -242,6 +242,12 @@ AC_SCO_INTL AC_XENIX_DIR dnl +dnl How big are ints? +dnl +AC_SIZEOF_TYPE(short) +AC_SIZEOF_TYPE(int) +AC_SIZEOF_TYPE(long) +dnl dnl Try to determine the floating point format. dnl AC_CHECKING([floating point format])