* m4/ftello.m4 (gl_REPLACE_FTELLO): Remove macro.
(gl_FUNC_FTELLO): Inline it here. Move AC_LIBOBJ invocation from
here...
* modules/ftello (configure.ac): ... to here.
+2011-05-07 Bruno Haible <bruno@clisp.org>
+
+ ftello: Respect rules for use of AC_LIBOBJ.
+ * m4/ftello.m4 (gl_REPLACE_FTELLO): Remove macro.
+ (gl_FUNC_FTELLO): Inline it here. Move AC_LIBOBJ invocation from
+ here...
+ * modules/ftello (configure.ac): ... to here.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
fseeko: Simplify.
-# ftello.m4 serial 9
+# ftello.m4 serial 10
dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
esac
fi
fi
- if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then
- gl_REPLACE_FTELLO
- fi
-])
-
-AC_DEFUN([gl_REPLACE_FTELLO],
-[
- AC_LIBOBJ([ftello])
])
configure.ac:
gl_FUNC_FTELLO
+if test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1; then
+ AC_LIBOBJ([ftello])
+fi
gl_STDIO_MODULE_INDICATOR([ftello])
Makefile.am: