cleanup-misc.patch from patch #6230.
authorBen Pfaff <blp@gnu.org>
Thu, 11 Oct 2007 04:59:33 +0000 (04:59 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 11 Oct 2007 04:59:33 +0000 (04:59 +0000)
commite570d24a8288851690db14199143d34e6d55a331
tree3b0b8a13de8b6b6b330516915314d1ea4bc8a56d
parent1abba60b3018ce7eb3d85930ad591e4d6ad39813
cleanup-misc.patch from patch #6230.

* acinclude.m4: Improve formatting.

* configure.ac: Ditto.  Don't check for headers whose presence is
never tested.  Don't use AC_C_CONST (we can assume that "const" is
implemented these days).  Don't pass default sizes to
AC_CHECK_SIZEOF, since modern Autoconf doesn't need them.  Don't
define FPREP_IEEE754, since it was not tested for.  Don't use
AC_FUNC_VPRINTF, since we never tested for it.

* float-format.h (enum float_format): Don't check for
FPREP_IEEE754 macro any longer.

* magic.h: Ditto.

* src/ui/debugger.c: Use debugger if HAVE_FORK is defined, not
HAVE_SYS_TYPES_H.  The latter is almost universal, but the former
is only available where it can be implemented.
ChangeLog
acinclude.m4
configure.ac
src/libpspp/ChangeLog
src/libpspp/float-format.h
src/libpspp/magic.h
src/ui/ChangeLog
src/ui/debugger.c