X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgrantpt.m4;h=a4dee69290f153fcbd6523c0aed8e2ada592bd29;hb=23db13ed046cc279d59d4d78fb254c160846a09f;hp=d7f527198e53adbf62b7dbc946718ba3d05b6d11;hpb=aeca137662d6d2a7eaade72667ace75322872254;p=gnulib.git diff --git a/m4/grantpt.m4 b/m4/grantpt.m4 index d7f527198..a4dee6929 100644 --- a/m4/grantpt.m4 +++ b/m4/grantpt.m4 @@ -1,5 +1,5 @@ -# grantpt.m4 serial 1 -dnl Copyright (C) 2010 Free Software Foundation, Inc. +# grantpt.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, dnl with or without modifications, as long as this notice is preserved. @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_GRANTPT], AC_CHECK_FUNCS([grantpt]) if test $ac_cv_func_grantpt = no; then HAVE_GRANTPT=0 - AC_LIBOBJ([grantpt]) - gl_PREREQ_GRANTPT fi ])