X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fptsname.m4;h=ab105be48f059f2a8c767a966098e3e6e1eae41f;hb=a02ba4bf889fee4622db87f185c3d0af84d74ae7;hp=06d0441cf4fa6bf1441c43ef59a9fe42f75a6058;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/ptsname.m4 b/m4/ptsname.m4 index 06d0441cf..ab105be48 100644 --- a/m4/ptsname.m4 +++ b/m4/ptsname.m4 @@ -1,5 +1,5 @@ -# ptsname.m4 serial 1 -dnl Copyright (C) 2010-2011 Free Software Foundation, Inc. +# ptsname.m4 serial 2 +dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -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 ])