Support platforms where mkdir only takes one argument (eg., MS-Windows)
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed Jan 07 18:00:06 2009 +0000 (2009-01-07)
changeset 326e2ddf497b914
parent 325 73393734833c
child 327 c85643dd7164
Support platforms where mkdir only takes one argument (eg., MS-Windows)
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4
     1.1 --- a/gl/.gitignore	Wed Jan 07 17:59:12 2009 +0000
     1.2 +++ b/gl/.gitignore	Wed Jan 07 18:00:06 2009 +0000
     1.3 @@ -9,3 +9,27 @@
     1.4  /stdbool.in.h
     1.5  /wchar.in.h
     1.6  /wctype.in.h
     1.7 +/basename.c
     1.8 +/dirname.c
     1.9 +/dirname.h
    1.10 +/errno.in.h
    1.11 +/error.c
    1.12 +/error.h
    1.13 +/exitfail.c
    1.14 +/exitfail.h
    1.15 +/gettext.h
    1.16 +/intprops.h
    1.17 +/mkdir.c
    1.18 +/stdlib.in.h
    1.19 +/strerror.c
    1.20 +/string.in.h
    1.21 +/stripslash.c
    1.22 +/strndup.c
    1.23 +/strnlen.c
    1.24 +/sys_stat.in.h
    1.25 +/unistd.in.h
    1.26 +/xalloc-die.c
    1.27 +/xalloc.h
    1.28 +/xmalloc.c
    1.29 +/xstrndup.c
    1.30 +/xstrndup.h
     2.1 --- a/gl/m4/.gitignore	Wed Jan 07 17:59:12 2009 +0000
     2.2 +++ b/gl/m4/.gitignore	Wed Jan 07 18:00:06 2009 +0000
     2.3 @@ -10,3 +10,20 @@
     2.4  /wchar.m4
     2.5  /wctype.m4
     2.6  /wint_t.m4
     2.7 +/dirname.m4
     2.8 +/dos.m4
     2.9 +/double-slash-root.m4
    2.10 +/errno_h.m4
    2.11 +/error.m4
    2.12 +/exitfail.m4
    2.13 +/inline.m4
    2.14 +/mkdir-slash.m4
    2.15 +/stdlib_h.m4
    2.16 +/strerror.m4
    2.17 +/string_h.m4
    2.18 +/strndup.m4
    2.19 +/strnlen.m4
    2.20 +/sys_stat_h.m4
    2.21 +/unistd_h.m4
    2.22 +/xalloc.m4
    2.23 +/xstrndup.m4
     3.1 --- a/gl/m4/gnulib-cache.m4	Wed Jan 07 17:59:12 2009 +0000
     3.2 +++ b/gl/m4/gnulib-cache.m4	Wed Jan 07 18:00:06 2009 +0000
     3.3 @@ -15,13 +15,14 @@
     3.4  
     3.5  
     3.6  # Specification in the form of a command-line invocation:
     3.7 -#   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
     3.8 +#   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
     3.9  
    3.10  # Specification in the form of a few gnulib-tool.m4 macro invocations:
    3.11  gl_LOCAL_DIR([])
    3.12  gl_MODULES([
    3.13    fnmatch
    3.14    fnmatch-posix
    3.15 +  mkdir
    3.16  ])
    3.17  gl_AVOID([])
    3.18  gl_SOURCE_BASE([gl])