X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffopen.m4;h=4e19b291e38b81bbfcdd4800d3984caed619e8a1;hb=39a489fa27ab3873e0fc0f65844413f46fcb2117;hp=11e0f9a9463e8e550a2ec4e1d7400c74a339836d;hpb=64865499c9cf8748356a0857a8481d74b394bd79;p=gnulib.git diff --git a/m4/fopen.m4 b/m4/fopen.m4 index 11e0f9a94..4e19b291e 100644 --- a/m4/fopen.m4 +++ b/m4/fopen.m4 @@ -1,5 +1,5 @@ -# fopen.m4 serial 6 -dnl Copyright (C) 2007-2010 Free Software Foundation, Inc. +# fopen.m4 serial 8 +dnl Copyright (C) 2007-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. @@ -34,7 +34,7 @@ int main () [ changequote(,)dnl case "$host_os" in - aix* | hpux* | solaris2.[0-9]*) + aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) gl_cv_func_fopen_slash="guessing no" ;; *) gl_cv_func_fopen_slash="guessing yes" ;; @@ -52,10 +52,6 @@ changequote([,])dnl REPLACE_FOPEN=1 ;; esac - if test $REPLACE_FOPEN = 1; then - AC_LIBOBJ([fopen]) - gl_PREREQ_FOPEN - fi ]) # Prerequisites of lib/fopen.c.