1.1 --- a/gl/.gitignore Wed Feb 01 13:00:40 2012 +0000
1.2 +++ b/gl/.gitignore Thu Feb 09 20:15:00 2012 +0000
1.3 @@ -57,3 +57,10 @@
1.4 /verify.h
1.5 /dosname.h
1.6 /mbsrtowcs-impl.h
1.7 +/gettimeofday.c
1.8 +/lstat.c
1.9 +/mkdtemp.c
1.10 +/stat.c
1.11 +/sys_time.in.h
1.12 +/tempname.c
1.13 +/tempname.h
2.1 --- a/gl/m4/.gitignore Wed Feb 01 13:00:40 2012 +0000
2.2 +++ b/gl/m4/.gitignore Thu Feb 09 20:15:00 2012 +0000
2.3 @@ -53,3 +53,10 @@
2.4 /configmake.m4
2.5 /wchar_h.m4
2.6 /wctype_h.m4
2.7 +/gettimeofday.m4
2.8 +/largefile.m4
2.9 +/lstat.m4
2.10 +/mkdtemp.m4
2.11 +/stat.m4
2.12 +/sys_time_h.m4
2.13 +/tempname.m4
3.1 --- a/gl/m4/gnulib-cache.m4 Wed Feb 01 13:00:40 2012 +0000
3.2 +++ b/gl/m4/gnulib-cache.m4 Thu Feb 09 20:15:00 2012 +0000
3.3 @@ -15,7 +15,7 @@
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=. --no-conditional-dependencies --libtool --macro-prefix=gl fnmatch fnmatch-posix fsync mkdir
3.8 +# 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
3.9
3.10 # Specification in the form of a few gnulib-tool.m4 macro invocations:
3.11 gl_LOCAL_DIR([])
3.12 @@ -24,6 +24,7 @@
3.13 fnmatch-posix
3.14 fsync
3.15 mkdir
3.16 + mkdtemp
3.17 ])
3.18 gl_AVOID([])
3.19 gl_SOURCE_BASE([gl])