From fdfc1fcada2d062b008aeaa4ae2e2facb69efe19 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 17:14:51 +0200 Subject: 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. --- m4/unlink.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'm4/unlink.m4') 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 ]) -- cgit v1.2.1