Add CVS checkout update instructions.
[gnulib.git] / modules / glob
index 3dcfc65..31173e0 100644 (file)
@@ -15,30 +15,33 @@ extensions
 fnmatch
 getlogin_r
 mempcpy
-stat-macros
 stdbool
 strdup
+sys_stat
 unistd
+malloc-posix
 
 configure.ac:
 gl_GLOB
 
 Makefile.am:
 BUILT_SOURCES += $(GLOB_H)
-EXTRA_DIST += glob_.h glob-libc.h
 
 # We need the following in order to create <glob.h> when the system
 # doesn't have one that works with the given compiler.
 glob.h: glob_.h
-       cp $(srcdir)/glob_.h $@-t
-       mv $@-t $@
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         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
 
 Include:
 <glob.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc