bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnulib-tool --import: gl/m4/gnulib-cache.m4 is expected to contain gl_M4


From: Simon Josefsson
Subject: gnulib-tool --import: gl/m4/gnulib-cache.m4 is expected to contain gl_M4_BASE([gl/m4])
Date: Tue, 20 Sep 2005 11:24:58 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hi!  I get:

address@hidden:~/src/gss$ gnulib-tool --import gnulib-tool: *** 
gl/m4/gnulib-cache.m4 is expected to contain gl_M4_BASE([gl/m4])
gnulib-tool: *** Stop.
address@hidden:~/src/gss$

Problem is, the file contain "gl/m4/" (trailing '/'), see entire file
below.  Is this intentional somehow?  Maybe accepting gl/m4/ too would
be useful.

Thanks!

# Copyright (C) 2004 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
# that contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
#
# This file represents the specification of how gnulib-tool is used.
# It acts as a cache: It is written and read by gnulib-tool.
# In projects using CVS, this file is meant to be stored in CVS,
# like the configure.ac and various Makefile.am files.


# Specification in the form of a command-line invocation:
#   gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4/ 
--aux-dir=. --avoid=xalloc-die --libtool --macro-prefix=gl getopt xalloc 
xgethostname

# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_MODULES([getopt xalloc xgethostname])
gl_AVOID([xalloc-die])
gl_SOURCE_BASE([gl])
gl_M4_BASE([gl/m4/])
gl_TESTS_BASE([gl/tests])
gl_LIB([libgnu])
gl_LIBTOOL
gl_MACRO_PREFIX([gl])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]