changeset 14712:276333590a0c

glob: Remove obsolete macro. * m4/glob.m4 (gl_GLOB_SUBSTITUTE): Remove macro.
author Bruno Haible <bruno@clisp.org>
date Sun, 08 May 2011 20:39:07 +0200
parents 65d598825e03
children 9473258e6fee
files ChangeLog m4/glob.m4
diffstat 2 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-08  Bruno Haible  <bruno@clisp.org>
+
+	glob: Remove obsolete macro.
+	* m4/glob.m4 (gl_GLOB_SUBSTITUTE): Remove macro.
+
 2011-05-08  Paul Eggert  <eggert@cs.ucla.edu>
 
 	intprops: Sun C 5.11 supports __typeof__
--- a/m4/glob.m4
+++ b/m4/glob.m4
@@ -1,4 +1,4 @@
-# glob.m4 serial 12
+# glob.m4 serial 13
 dnl Copyright (C) 2005-2007, 2009-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,
@@ -8,16 +8,6 @@
 # rather than vanilla POSIX glob.  This means your code should
 # always include <glob.h> 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])