Code

Added unsetenv and setenv from gnulib
[nagiosplug.git] / gl / m4 / gnulib-cache.m4
index f23cb519b3e66ebdb147264c3acbd7ab2e4e4623..22e613338eba6cc6d797cd0a2b0ed8bfbe6a97dc 100644 (file)
@@ -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=build-aux --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex strsep timegm vasprintf vsnprintf
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl --no-vc-files base64 crypto/sha1 dirname floorf fsusage getaddrinfo gethostname getloadavg getopt gettext mountlist regex setenv strsep timegm unsetenv vasprintf vsnprintf
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
@@ -32,8 +32,10 @@ gl_MODULES([
   gettext
   mountlist
   regex
+  setenv
   strsep
   timegm
+  unsetenv
   vasprintf
   vsnprintf
 ])