Support platforms where mkdir only takes one argument (eg., MS-Windows)
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 7 Jan 2009 18:00:06 +0000 (18:00 +0000)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 7 Jan 2009 18:00:06 +0000 (18:00 +0000)
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4

index 97e84e2..7a69d33 100644 (file)
@@ -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
index 135066a..153a031 100644 (file)
 /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
index aa86786..216b327 100644 (file)
 
 
 # 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])