# HG changeset patch # User J. Ali Harlow # Date 1328818500 0 # Node ID fbd3a02dcfded39e50e21096e627c42309016ebc # Parent 404c181838017274d55d6f857772ecef8bee5657 Add mkdtemp to gnulib modules used diff -r 404c18183801 -r fbd3a02dcfde gl/.gitignore --- a/gl/.gitignore Wed Feb 01 13:00:40 2012 +0000 +++ b/gl/.gitignore Thu Feb 09 20:15:00 2012 +0000 @@ -57,3 +57,10 @@ /verify.h /dosname.h /mbsrtowcs-impl.h +/gettimeofday.c +/lstat.c +/mkdtemp.c +/stat.c +/sys_time.in.h +/tempname.c +/tempname.h diff -r 404c18183801 -r fbd3a02dcfde gl/m4/.gitignore --- a/gl/m4/.gitignore Wed Feb 01 13:00:40 2012 +0000 +++ b/gl/m4/.gitignore Thu Feb 09 20:15:00 2012 +0000 @@ -53,3 +53,10 @@ /configmake.m4 /wchar_h.m4 /wctype_h.m4 +/gettimeofday.m4 +/largefile.m4 +/lstat.m4 +/mkdtemp.m4 +/stat.m4 +/sys_time_h.m4 +/tempname.m4 diff -r 404c18183801 -r fbd3a02dcfde gl/m4/gnulib-cache.m4 --- a/gl/m4/gnulib-cache.m4 Wed Feb 01 13:00:40 2012 +0000 +++ b/gl/m4/gnulib-cache.m4 Thu Feb 09 20:15:00 2012 +0000 @@ -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 @@ fnmatch-posix fsync mkdir + mkdtemp ]) gl_AVOID([]) gl_SOURCE_BASE([gl])