X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgrantpt.m4;h=9ccfa7e60ec83f1fc316b9231b69e5d67cd6c473;hb=5556cec1e3f87122e1b0e7bf82f1f75c57219a21;hp=a2f58af55b248ef386be630906504ffcf2ba902e;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/grantpt.m4 b/m4/grantpt.m4 index a2f58af55..9ccfa7e60 100644 --- a/m4/grantpt.m4 +++ b/m4/grantpt.m4 @@ -1,5 +1,5 @@ -# grantpt.m4 serial 1 -dnl Copyright (C) 2010-2011 Free Software Foundation, Inc. +# grantpt.m4 serial 2 +dnl Copyright (C) 2010-2013 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 ])