Add CVS checkout update instructions.
[gnulib.git] / modules / glob
index b4614bd..31173e0 100644 (file)
@@ -19,6 +19,7 @@ stdbool
 strdup
 sys_stat
 unistd
+malloc-posix
 
 configure.ac:
 gl_GLOB
@@ -30,7 +31,8 @@ BUILT_SOURCES += $(GLOB_H)
 # doesn't have one that works with the given compiler.
 glob.h: glob_.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/glob_.h; \
+         sed -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
+             < $(srcdir)/glob_.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t
@@ -39,7 +41,7 @@ Include:
 <glob.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc