I think that automake should add config.rpath to the list of
`@common_files', 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 <[EMAIL PROTECTED]>
* 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),