X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fglob.m4;h=bf9e8f8dcff84320c4f028252b6b2fddfff98572;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=4b79148d3261188c7f4d254a958dc4fa9f4d961e;hpb=76d82d2d7f5ba1a69da6aaa71ff170f5a90a6c94;p=gnulib.git diff --git a/m4/glob.m4 b/m4/glob.m4 index 4b79148d3..bf9e8f8dc 100644 --- a/m4/glob.m4 +++ b/m4/glob.m4 @@ -1,5 +1,5 @@ -# glob.m4 serial 12 -dnl Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc. +# glob.m4 serial 14 +dnl Copyright (C) 2005-2007, 2009-2013 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. @@ -8,16 +8,6 @@ dnl with or without modifications, as long as this notice is preserved. # rather than vanilla POSIX glob. This means your code should # always include for the glob prototypes. -AC_DEFUN([gl_GLOB_SUBSTITUTE], -[ - AC_LIBOBJ([glob]) - gl_PREREQ_GLOB - - GLOB_H=glob.h - AC_SUBST([GLOB_H]) - AM_CONDITIONAL([GL_GENERATE_GLOB_H], [test -n "$GLOB_H"]) -]) - AC_DEFUN([gl_GLOB], [ GLOB_H= AC_CHECK_HEADERS([glob.h], [], [GLOB_H=glob.h]) @@ -65,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"]) ])