* modules/gettimeofday (License): Change from GPL to LGPL, since
[gnulib.git] / modules / glob
index 8df7d5e..b4614bd 100644 (file)
@@ -15,9 +15,9 @@ extensions
 fnmatch
 getlogin_r
 mempcpy
-stat-macros
 stdbool
 strdup
+sys_stat
 unistd
 
 configure.ac:
@@ -25,15 +25,14 @@ 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
-       rm -f $@-t $@
-       cp $(srcdir)/glob_.h $@-t
-       chmod a-w $@-t
-       mv $@-t $@
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         cat $(srcdir)/glob_.h; \
+       } > $@-t
+       mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t
 
 Include: