2006-05-23 Stepan Kasal * Makefile.am (FETCHFILES): Add config.rpath. (fetch): Likewise, and let make fail if any of the wget calls fails. (WGETSGO): Update the URL. * lib/Makefile.am (dist_script_DATA): Add config.rpath. --- Makefile.am 2006-05-22 18:13:06.000000000 +0200 +++ Makefile.am 2006-05-23 12:57:41.000000000 +0200 @@ -340,7 +340,7 @@ ## Program to use to fetch files. WGET = wget -WGETSGO = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~ +WGETSGO = $(WGET) http://cvs.savannah.gnu.org/viewcvs/~checkout~ ## Files that we fetch and which we compare against. ## FIXME should be a lot more here @@ -348,6 +348,7 @@ INSTALL \ config-ml.in \ config.guess \ +config.rpath \ config.sub \ symlink-tree \ texinfo.tex @@ -358,11 +359,12 @@ mkdir Fetchdir ## If a get fails then that is a problem. (cd Fetchdir && \ - $(WGETSGO)/config/config/config.guess; \ - $(WGETSGO)/config/config/config.sub; \ - $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex; \ - $(WGETSGO)/autoconf/autoconf/INSTALL; \ - $(WGETSGO)/gcc/gcc/config-ml.in; \ + $(WGETSGO)/config/config/config.guess && \ + $(WGETSGO)/config/config/config.sub && \ + $(WGETSGO)/texinfo/texinfo/doc/texinfo.tex && \ + $(WGETSGO)/autoconf/autoconf/INSTALL && \ + $(WGETSGO)/gettext/gettext/autoconf-lib-link/config.rpath && \ + $(WGETSGO)/gcc/gcc/config-ml.in && \ $(WGETSGO)/gcc/gcc/symlink-tree) ## Don't exit after test because we want to give as many errors as ## possible. --- lib/Makefile.am 2005-05-14 22:28:50.000000000 +0200 +++ lib/Makefile.am 2006-05-23 12:44:30.000000000 +0200 @@ -30,7 +30,7 @@ scriptdir = $(pkgvdatadir) dist_script_DATA = config.guess config.sub install-sh mdate-sh missing \ mkinstalldirs elisp-comp ylwrap acinstall depcomp compile py-compile \ - symlink-tree + symlink-tree config.rpath EXTRA_DIST = gnupload