]> git.draconx.ca Git - cdecl99.git/blobdiff - m4/gnulib-cache.m4
libcdecl: Fully remove snprintf requirement from the library.
[cdecl99.git] / m4 / gnulib-cache.m4
index b01b510061691931204921c373324f84ca5fdca2..a246eaba2653d557bb924420f189eda817a317dc 100644 (file)
@@ -27,7 +27,7 @@
 
 
 # Specification in the form of a command-line invocation:
-# gnulib-tool --import \
+# gnulib-tool --import --local-dir=lib/local \
 #  --lib=libgnu \
 #  --source-base=lib \
 #  --m4-base=m4 \
 #  getopt-gnu \
 #  gettext-h \
 #  gitlog-to-changelog \
-#  ldexp \
 #  localcharset \
 #  lock \
 #  mbswidth \
 #  readline \
-#  snprintf \
 #  tls
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_LOCAL_DIR([])
+gl_LOCAL_DIR([lib/local])
 gl_MODULES([
   getline
   getopt-gnu
   gettext-h
   gitlog-to-changelog
-  ldexp
   localcharset
   lock
   mbswidth
   readline
-  snprintf
   tls
 ])
 gl_AVOID([gperf std-gnu11])