X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffclose.m4;h=349b5f14c4024331cca275c8ffdccb9edb835f81;hb=65fb20d6b5eb7308276da1a421bfcd253faff703;hp=17acf1547a341c3cf3cdb8387cd3fe7cc0cd26ea;hpb=864eeee51daf303bb48df9fcd64b59ea96b51c0e;p=gnulib.git diff --git a/m4/fclose.m4 b/m4/fclose.m4 index 17acf1547..349b5f14c 100644 --- a/m4/fclose.m4 +++ b/m4/fclose.m4 @@ -1,4 +1,4 @@ -# fclose.m4 serial 3 +# fclose.m4 serial 4 dnl Copyright (C) 2008-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, @@ -6,12 +6,10 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FCLOSE], [ - m4_ifdef([gl_FUNC_FFLUSH_STDIN], [ - gl_FUNC_FFLUSH_STDIN - if test $gl_cv_func_fflush_stdin = no; then - gl_REPLACE_FCLOSE - fi - ]) + gl_FUNC_FFLUSH_STDIN + if test $gl_cv_func_fflush_stdin = no; then + gl_REPLACE_FCLOSE + fi ]) AC_DEFUN([gl_REPLACE_FCLOSE],