CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/06/10 21:23:30
Index: ltdl/m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ltdl/m4/gnulib-cache.m4 5 May 2006 13:30:15 -0000 1.1 +++ ltdl/m4/gnulib-cache.m4 10 Jun 2006 21:23:30 -0000 1.2 @@ -1,4 +1,5 @@ -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004-2006 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 # Public License, this file may be distributed as part of a program @@ -14,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --aux-dir=ltdl/config --libtool --macro-prefix=gl assert error exit free gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup +# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu --m4-base=ltdl/m4 --aux-dir=ltdl/config --libtool --macro-prefix=M4 assert error exit free gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_MODULES([assert error exit free gettext mkstemp obstack progname regex stdbool strtol xalloc xalloc-die xstrndup]) @@ -24,4 +25,4 @@ gl_TESTS_BASE([tests]) gl_LIB([libgnu]) gl_LIBTOOL -gl_MACRO_PREFIX([gl]) +gl_MACRO_PREFIX([M4])