From 30b81aa8c1b1d1beaa2057cfe9a6d589ccf334ad Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 21 May 2011 17:18:22 +0200 Subject: ptsname: Move AC_LIBOBJ invocations to module description. * m4/ptsname.m4 (gl_FUNC_PTSNAME): Move AC_LIBOBJ and gl_PREREQ_PTSNAME invocations from here... * modules/ptsname (configure.ac): ... to here. --- m4/ptsname.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'm4/ptsname.m4') diff --git a/m4/ptsname.m4 b/m4/ptsname.m4 index 06d0441cf4..4dba5f375a 100644 --- a/m4/ptsname.m4 +++ b/m4/ptsname.m4 @@ -1,4 +1,4 @@ -# ptsname.m4 serial 1 +# ptsname.m4 serial 2 dnl Copyright (C) 2010-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, @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_PTSNAME], AC_CHECK_FUNCS([ptsname]) if test $ac_cv_func_ptsname = no; then HAVE_PTSNAME=0 - AC_LIBOBJ([ptsname]) - gl_PREREQ_PTSNAME fi ]) -- cgit v1.2.1