X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fglob.m4;h=3e9978aba38883fe8e5564a619b95e0f485064fe;hb=9e83e486f6e0949ad5d3843011ae88c495681727;hp=8dbfa9edb3c1f7e2e281b3e92c96868a51974ed4;hpb=f05c2e5860d43cf3d44fc69218629ddde2ee7277;p=gnulib.git diff --git a/m4/glob.m4 b/m4/glob.m4 index 8dbfa9edb..3e9978aba 100644 --- a/m4/glob.m4 +++ b/m4/glob.m4 @@ -1,5 +1,5 @@ -# glob.m4 serial 13 -dnl Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc. +# glob.m4 serial 14 +dnl Copyright (C) 2005-2007, 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. @@ -55,10 +55,6 @@ if (glob ("conf*-globtest", 0, NULL, &found) == GLOB_NOMATCH) return 1;]])], rm -f conf$$-globtest - if test -n "$GLOB_H"; then - AC_LIBOBJ([glob]) - gl_PREREQ_GLOB - fi AC_SUBST([GLOB_H]) AM_CONDITIONAL([GL_GENERATE_GLOB_H], [test -n "$GLOB_H"]) ])