view m4/fseek.m4 @ 8884:cccbcdfb7afa

New module 'fseek'.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 May 2007 14:48:52 +0000
parents
children a0f033ee41af
line wrap: on
line source

# fseek.m4 serial 1
dnl Copyright (C) 2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.

AC_DEFUN([gl_FUNC_FSEEK],
[
  AC_REQUIRE([gl_STDIO_H_DEFAULTS])
  AC_REQUIRE([gl_FUNC_FSEEKO])
  dnl When fseeko needs fixes, fseek needs them too.
  if test $REPLACE_FSEEKO != 0; then
    AC_LIBOBJ([fseek])
    REPLACE_FSEEK=1
  fi
])