]> git.draconx.ca Git - upkg.git/blobdiff - m4/gnulib-cache.m4
build: Automatically fetch Gnulib from git when running autogen.sh.
[upkg.git] / m4 / gnulib-cache.m4
index 3ac59c6d40cad34db16795919bd5f9e6bae57f9f..0f97c570e8a82daa2d00e83a12c585a198f6fa55 100644 (file)
 
 
 # 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=. --no-libtool --macro-prefix=gl getopt
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --libtool --macro-prefix=gl --no-vc-files getopt-gnu
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
 gl_LOCAL_DIR([])
 gl_MODULES([
-  getopt
+  getopt-gnu
 ])
 gl_AVOID([])
 gl_SOURCE_BASE([lib])
@@ -30,5 +30,7 @@ gl_DOC_BASE([doc])
 gl_TESTS_BASE([tests])
 gl_LIB([libgnu])
 gl_MAKEFILE_NAME([])
+gl_LIBTOOL
 gl_MACRO_PREFIX([gl])
 gl_PO_DOMAIN([])
+gl_VC_FILES([false])