# HG changeset patch # User J. Ali Harlow # Date 1231351206 0 # Node ID e2ddf497b9149049b3e104bcc83d34df0a738a82 # Parent 73393734833c620f6f6fb1a9eb485ffb37ac2b93 Support platforms where mkdir only takes one argument (eg., MS-Windows) diff -r 73393734833c -r e2ddf497b914 gl/.gitignore --- a/gl/.gitignore Wed Jan 07 17:59:12 2009 +0000 +++ b/gl/.gitignore Wed Jan 07 18:00:06 2009 +0000 @@ -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 -r 73393734833c -r e2ddf497b914 gl/m4/.gitignore --- a/gl/m4/.gitignore Wed Jan 07 17:59:12 2009 +0000 +++ b/gl/m4/.gitignore Wed Jan 07 18:00:06 2009 +0000 @@ -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 -r 73393734833c -r e2ddf497b914 gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Wed Jan 07 17:59:12 2009 +0000 +++ b/gl/m4/gnulib-cache.m4 Wed Jan 07 18:00:06 2009 +0000 @@ -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])