summaryrefslogtreecommitdiff
path: root/m4/unlink.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 17:14:51 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:03 +0200
commitfdfc1fcada2d062b008aeaa4ae2e2facb69efe19 (patch)
tree6441f4b523138f7e0ff953d5db4c46a8af5d9b6f /m4/unlink.m4
parent1182d8066e62f5338c92bbc203ef53c1d1025e80 (diff)
downloadgnulib-fdfc1fcada2d062b008aeaa4ae2e2facb69efe19.tar.gz
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.
Diffstat (limited to 'm4/unlink.m4')
-rw-r--r--m4/unlink.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/unlink.m4 b/m4/unlink.m4
index a49a692878..49cd3bb80a 100644
--- a/m4/unlink.m4
+++ b/m4/unlink.m4
@@ -1,4 +1,4 @@
-# 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,
@@ -108,6 +108,5 @@ AC_DEFUN([gl_FUNC_UNLINK],
esac
}; then
REPLACE_UNLINK=1
- AC_LIBOBJ([unlink])
fi
])