summaryrefslogtreecommitdiff
path: root/modules/glob
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-11-03 13:30:04 +0100
committerBruno Haible <bruno@clisp.org>2022-11-03 21:42:43 +0100
commit9316c7139e6f1dbbfe4e282e72bba5b84d4901af (patch)
treea9210818d1890ccfc97f45287dbebb755be56f65 /modules/glob
parent4840511133bb57f4997d36a253b62bd48c0c27ca (diff)
downloadgnulib-9316c7139e6f1dbbfe4e282e72bba5b84d4901af.tar.gz
scratch_buffer: Rename to glibc-internal/scratch_buffer.
* modules/glibc-internal/scratch_buffer: Renamed from modules/scratch_buffer. * modules/glibc-internal/scratch_buffer-tests: Renamed from modules/scratch_buffer-tests. * modules/canonicalize (Depends-on): Update. * modules/canonicalize-lgpl (Depends-on): Likewise. * modules/glob (Depends-on): Likewise.
Diffstat (limited to 'modules/glob')
-rw-r--r--modules/glob40
1 files changed, 20 insertions, 20 deletions
diff --git a/modules/glob b/modules/glob
index 83cd729ceb..4a89521e01 100644
--- a/modules/glob
+++ b/modules/glob
@@ -13,26 +13,26 @@ Depends-on:
glob-h
c99
largefile
-alloca [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-builtin-expect [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-closedir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-d-type [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-dirfd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-flexmember [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-fnmatch [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-fstatat [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-getlogin_r [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-libc-config [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-memchr [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-mempcpy [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-opendir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-readdir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-scratch_buffer [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-stdbool [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-stdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-unistd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
-malloc-posix [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+alloca [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+builtin-expect [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+closedir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+d-type [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+dirfd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+flexmember [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+fnmatch [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+fstatat [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+getlogin_r [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+libc-config [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+memchr [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+mempcpy [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+opendir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+readdir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+glibc-internal/scratch_buffer [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+stdbool [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+stdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+unistd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
+malloc-posix [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
configure.ac:
gl_GLOB