about summary refs log tree commit homepage
path: root/m4/gnulib-cache.m4
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-07-12 03:39:39 +0000
committerEric Wong <normalperson@yhbt.net>2012-07-12 03:39:39 +0000
commitd8586dad17dc2e572a2356e856d0188dd2bb4e80 (patch)
tree730bea0160495fb796ddbcd8a743e0ccdb4a698c /m4/gnulib-cache.m4
parent8faba95389e62a8f949d2ae479754ee7a7150b2e (diff)
downloadcmogstored-d8586dad17dc2e572a2356e856d0188dd2bb4e80.tar.gz
We don't need to avoid any of the crazy things gnulib getcwd()
works around.  The test for it is slow on Debian GNU/kFreeBSD
and doesn't seem to work without fstatat() support...
Diffstat (limited to 'm4/gnulib-cache.m4')
-rw-r--r--m4/gnulib-cache.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4
index b90245e..9036923 100644
--- a/m4/gnulib-cache.m4
+++ b/m4/gnulib-cache.m4
@@ -27,7 +27,7 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --avoid=accept --avoid=accept4 --avoid=alloca --avoid=fstatat --avoid=ioctl --avoid=openat --avoid=read --avoid=sleep --avoid=write --no-conditional-dependencies --no-libtool --macro-prefix=gl argp base64 canonicalize crypto/gc-md5 crypto/gc-sha1 dprintf git-version-gen hash mempcpy minmax mountlist nonblocking pipe2 random_r verify warnings xvasprintf
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --avoid=accept --avoid=accept4 --avoid=alloca --avoid=fstatat --avoid=getcwd --avoid=ioctl --avoid=openat --avoid=read --avoid=sleep --avoid=write --no-conditional-dependencies --no-libtool --macro-prefix=gl argp base64 canonicalize crypto/gc-md5 crypto/gc-sha1 dprintf git-version-gen hash mempcpy minmax mountlist nonblocking pipe2 random_r verify warnings xvasprintf
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
@@ -50,7 +50,7 @@ gl_MODULES([
   warnings
   xvasprintf
 ])
-gl_AVOID([accept accept4 alloca fstatat ioctl openat read sleep write])
+gl_AVOID([accept accept4 alloca fstatat getcwd ioctl openat read sleep write])
 gl_SOURCE_BASE([lib])
 gl_M4_BASE([m4])
 gl_PO_BASE([])