* m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
* modules/memxor (Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ memxor: Move AC_LIBOBJ invocations to module description.
+ * m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
+ * modules/memxor (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
memcoll: Move AC_LIBOBJ invocations to module description.
-# memxor.m4 serial 3
+# memxor.m4 serial 4
dnl Copyright (C) 2006, 2009-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,
AC_DEFUN([gl_MEMXOR],
[
- AC_LIBOBJ([memxor])
AC_REQUIRE([AC_C_RESTRICT])
])
gl_MEMXOR
Makefile.am:
+lib_SOURCES += memxor.c
Include:
"memxor.h"