bug-gnu-utils
[Top][All Lists]
Advanced

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

suggestion for lib-link.m4: require config.rpath


From: Jim Meyering
Subject: suggestion for lib-link.m4: require config.rpath
Date: Tue, 05 Mar 2002 11:07:16 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

I think that automake should add config.rpath to the list of
address@hidden', since that file is required when using the
standard gettext-0.11 infrastructure.

I didn't add that file to Makefile.am's EXTRA_DIST in
both the latest textutils and fileutils test releases.  The result
is that config.rpath is not in those tarballs.  I only
noticed it a few minutes ago when I actually watched the output
of configure and noticed the error message about the missing file:
config/config.rpath.

Any objections?

2002-03-05  Jim Meyering  <address@hidden>

        * automake.in (@common_files): Add config.rpath.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1278
diff -u -p -u -p -r1.1278 automake.in
--- automake.in 2002/02/25 11:00:29     1.1278
+++ automake.in 2002/03/05 10:03:27
@@ -205,7 +205,7 @@ my @libtool_sometimes = qw(ltconfig ltcf
 my @common_files =
     (qw(ABOUT-GNU ABOUT-NLS AUTHORS BACKLOG COPYING COPYING.DOC COPYING.LIB
        ChangeLog INSTALL NEWS README THANKS TODO acinclude.m4
-       ansi2knr.1 ansi2knr.c compile config.guess config.sub
+       ansi2knr.1 ansi2knr.c compile config.guess config.rpath config.sub
        configure configure.ac configure.in depcomp elisp-comp
        install-sh libversion.in mdate-sh missing mkinstalldirs
        py-compile texinfo.tex ylwrap),



reply via email to

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