* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
[gnulib.git] / modules / glob
index 6d6f71c..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-x $@-t
-       mv $@-t $@
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         cat $(srcdir)/glob_.h; \
+       } > $@-t
+       mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t
 
 Include: