X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fpread.m4;h=acb8b85827598dfcad3912ace2e83a019bd48c40;hb=270e2d3e2966d9a5bc16dd0b367b71740b8994d5;hp=92e8da3603310e2f344a637843832139ad942452;hpb=3fd56be69a03023257f7e2087ebe1df5c4e036a8;p=gnulib.git diff --git a/m4/pread.m4 b/m4/pread.m4 index 92e8da360..acb8b8582 100644 --- a/m4/pread.m4 +++ b/m4/pread.m4 @@ -1,5 +1,5 @@ -# pread.m4 serial 4 -dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. +# pread.m4 serial 5 +dnl Copyright (C) 2009-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. @@ -82,7 +82,4 @@ changequote([,])dnl else HAVE_PREAD=0 fi - if test $HAVE_PREAD = 0 || test $REPLACE_PREAD = 1; then - AC_LIBOBJ([pread]) - fi ])