X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=md5%2Fm4%2Fgnulib-cache.m4;h=a4c2aaab8dd9713f3be31871077b195375be653f;hp=6ca94a727b4a7829ecac4b6bfd0a863723c69a93;hb=ffbba2e6b9b18141e350fac00a23e88becd57b17;hpb=caae3b70f46bd519857b595f7f06ea0179551336 diff --git a/md5/m4/gnulib-cache.m4 b/md5/m4/gnulib-cache.m4 index 6ca94a72..a4c2aaab 100644 --- a/md5/m4/gnulib-cache.m4 +++ b/md5/m4/gnulib-cache.m4 @@ -1,4 +1,5 @@ -# Copyright (C) 2004-2007 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General @@ -15,11 +16,13 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libmd5 --source-base=md5 --m4-base=md5/m4 --doc-base=doc --aux-dir=. --no-libtool --macro-prefix=md5 crypto/md5 +# gnulib-tool --import --dir=. --lib=libmd5 --source-base=md5 --m4-base=md5/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=md5 crypto/md5 # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) -gl_MODULES([crypto/md5]) +gl_MODULES([ + crypto/md5 +]) gl_AVOID([]) gl_SOURCE_BASE([md5]) gl_M4_BASE([md5/m4])