diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-26 13:00:46 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-26 15:09:06 +0000 |
commit | 74bde73d5c60c13b894fa60fff680a447499c884 (patch) | |
tree | 382fc92891e690287f9fe5ff52d5ce764e71046b /daemon/m4 | |
parent | 9add3c10a3b769e309f476bd0fd05e2a7126d31d (diff) | |
download | libguestfs-74bde73d5c60c13b894fa60fff680a447499c884.tar.gz libguestfs-74bde73d5c60c13b894fa60fff680a447499c884.tar.xz libguestfs-74bde73d5c60c13b894fa60fff680a447499c884.zip |
daemon: Change chdir to use openat/fdopendir.
Uses Gnulib implementation of openat which should be portable.
Diffstat (limited to 'daemon/m4')
-rw-r--r-- | daemon/m4/gnulib-cache.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/m4/gnulib-cache.m4 b/daemon/m4/gnulib-cache.m4 index df69113a..2157ceb8 100644 --- a/daemon/m4/gnulib-cache.m4 +++ b/daemon/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=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype hash ignore-value manywarnings warnings +# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --with-tests --no-libtool --macro-prefix=gl c-ctype hash ignore-value manywarnings openat warnings # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) @@ -24,6 +24,7 @@ gl_MODULES([ hash ignore-value manywarnings + openat warnings ]) gl_AVOID([]) |