From e75d7f95f829e746e143df850f1152cf9251ef2b Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Wed, 7 Jan 2009 18:00:06 +0000 Subject: [PATCH] Support platforms where mkdir only takes one argument (eg., MS-Windows) --- gl/.gitignore | 24 ++++++++++++++++++++++++ gl/m4/.gitignore | 17 +++++++++++++++++ gl/m4/gnulib-cache.m4 | 3 ++- 3 files changed, 43 insertions(+), 1 deletions(-) diff --git a/gl/.gitignore b/gl/.gitignore index 97e84e2..7a69d33 100644 --- a/gl/.gitignore +++ b/gl/.gitignore @@ -9,3 +9,27 @@ /stdbool.in.h /wchar.in.h /wctype.in.h +/basename.c +/dirname.c +/dirname.h +/errno.in.h +/error.c +/error.h +/exitfail.c +/exitfail.h +/gettext.h +/intprops.h +/mkdir.c +/stdlib.in.h +/strerror.c +/string.in.h +/stripslash.c +/strndup.c +/strnlen.c +/sys_stat.in.h +/unistd.in.h +/xalloc-die.c +/xalloc.h +/xmalloc.c +/xstrndup.c +/xstrndup.h diff --git a/gl/m4/.gitignore b/gl/m4/.gitignore index 135066a..153a031 100644 --- a/gl/m4/.gitignore +++ b/gl/m4/.gitignore @@ -10,3 +10,20 @@ /wchar.m4 /wctype.m4 /wint_t.m4 +/dirname.m4 +/dos.m4 +/double-slash-root.m4 +/errno_h.m4 +/error.m4 +/exitfail.m4 +/inline.m4 +/mkdir-slash.m4 +/stdlib_h.m4 +/strerror.m4 +/string_h.m4 +/strndup.m4 +/strnlen.m4 +/sys_stat_h.m4 +/unistd_h.m4 +/xalloc.m4 +/xstrndup.m4 diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index aa86786..216b327 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -15,13 +15,14 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl fnmatch fnmatch-posix mkdir # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ fnmatch fnmatch-posix + mkdir ]) gl_AVOID([]) gl_SOURCE_BASE([gl]) -- 1.7.1