]> git.draconx.ca Git - rrace.git/blobdiff - m4/gnulib-cache.m4
Don't build locale/wcwidth junk if NLS is disabled.
[rrace.git] / m4 / gnulib-cache.m4
index e7a0fcf1cd8e0576db9f6cc63ba2c26a5b5fbc4d..690264178cc848a211d8b3b46c52326be456ea78 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 \
 #  --no-libtool \
 #  --macro-prefix=gl \
 #  --no-vc-files \
-#  flexmember \
+#  --avoid=std-gnu11 \
+#  dx-nls \
 #  gethrxtime \
 #  getopt-gnu \
-#  gettext-h \
-#  inline \
-#  localcharset \
-#  mbswidth \
-#  striconv
+#  gettext-h
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_LOCAL_DIR([])
+gl_LOCAL_DIR([lib/local])
 gl_MODULES([
-  flexmember
+  dx-nls
   gethrxtime
   getopt-gnu
   gettext-h
-  inline
-  localcharset
-  mbswidth
-  striconv
 ])
-gl_AVOID([])
+gl_AVOID([std-gnu11])
 gl_SOURCE_BASE([lib])
 gl_M4_BASE([m4])
 gl_PO_BASE([])