* m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here...
* modules/unlink (configure.ac): ... to here.
+2011-05-22 Bruno Haible <bruno@clisp.org>
+
+ unlink: Respect rules for use of AC_LIBOBJ.
+ * m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here...
+ * modules/unlink (configure.ac): ... to here.
+
2011-05-22 Bruno Haible <bruno@clisp.org>
uname: Move AC_LIBOBJ invocations to module description.
-# unlink.m4 serial 7
+# unlink.m4 serial 8
dnl Copyright (C) 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,
esac
}; then
REPLACE_UNLINK=1
- AC_LIBOBJ([unlink])
fi
])
configure.ac:
gl_FUNC_UNLINK
+if test $REPLACE_UNLINK = 1; then
+ AC_LIBOBJ([unlink])
+fi
gl_UNISTD_MODULE_INDICATOR([unlink])
Makefile.am: