bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gl_GLOB_SUBSTITUTE


From: Bruno Haible
Subject: Re: gl_GLOB_SUBSTITUTE
Date: Sun, 8 May 2011 20:40:17 +0200
User-agent: KMail/1.9.9

Paul Eggert wrote:
> > I propose to remove this macro.
> 
> No objection here.  Simpler is better.

OK, I've removed it:


2011-05-08  Bruno Haible  <address@hidden>

        glob: Remove obsolete macro.
        * m4/glob.m4 (gl_GLOB_SUBSTITUTE): Remove macro.

--- 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 @@ dnl with or without modifications, as long as this notice is 
preserved.
 # 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])


-- 
In memoriam Farrokhroo Parsa <http://en.wikipedia.org/wiki/Farrokhroo_Parsa>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]