From 6545244fe15b47a690c6a875d28e6cddaae6cb18 Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Thu, 9 Feb 2012 20:15:00 +0000 Subject: [PATCH] Add mkdtemp to gnulib modules used --- gl/.gitignore | 7 +++++++ gl/m4/.gitignore | 7 +++++++ gl/m4/gnulib-cache.m4 | 3 ++- 3 files changed, 16 insertions(+), 1 deletions(-) diff --git a/gl/.gitignore b/gl/.gitignore index 19bb168..f318b4c 100644 --- a/gl/.gitignore +++ b/gl/.gitignore @@ -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 --git a/gl/m4/.gitignore b/gl/m4/.gitignore index 316a503..52cbceb 100644 --- a/gl/m4/.gitignore +++ b/gl/m4/.gitignore @@ -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 --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index c6c4f98..dc90745 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 @@ -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]) -- 1.7.1