Add mkdtemp to gnulib modules used
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 9 Feb 2012 20:15:00 +0000 (20:15 +0000)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 9 Feb 2012 20:15:00 +0000 (20:15 +0000)
gl/.gitignore
gl/m4/.gitignore
gl/m4/gnulib-cache.m4

index 19bb168..f318b4c 100644 (file)
 /verify.h
 /dosname.h
 /mbsrtowcs-impl.h
+/gettimeofday.c
+/lstat.c
+/mkdtemp.c
+/stat.c
+/sys_time.in.h
+/tempname.c
+/tempname.h
index 316a503..52cbceb 100644 (file)
 /configmake.m4
 /wchar_h.m4
 /wctype_h.m4
+/gettimeofday.m4
+/largefile.m4
+/lstat.m4
+/mkdtemp.m4
+/stat.m4
+/sys_time_h.m4
+/tempname.m4
index c6c4f98..dc90745 100644 (file)
@@ -15,7 +15,7 @@
 
 
 # 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=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir mkdtemp
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
@@ -24,6 +24,7 @@ gl_MODULES([
   fnmatch-posix
   fsync
   mkdir
+  mkdtemp
 ])
 gl_AVOID([])
 gl_SOURCE_BASE([gl])