X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fopen.m4;h=c0eb8e86232624708d302085c7878470fc3d0e36;hb=4e4242fe07c85af94d99cc30e981cf8b050f95a1;hp=3202886aa071cede6de6ecc0fcd68f24030bf6bf;hpb=2514e7d5af226b15be3f737286b3ff8c0c91d761;p=gnulib.git diff --git a/m4/open.m4 b/m4/open.m4 index 3202886aa..c0eb8e862 100644 --- a/m4/open.m4 +++ b/m4/open.m4 @@ -1,4 +1,4 @@ -# open.m4 serial 6 +# open.m4 serial 7 dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -51,11 +51,9 @@ changequote([,])dnl AC_DEFUN([gl_REPLACE_OPEN], [ AC_REQUIRE([gl_FCNTL_H_DEFAULTS]) - if test $REPLACE_OPEN != 1; then - AC_LIBOBJ([open]) - gl_PREREQ_OPEN - fi REPLACE_OPEN=1 + AC_LIBOBJ([open]) + gl_PREREQ_OPEN ]) # Prerequisites of lib/open.c.