From c90ac2fad73bfb025fb9acafb0a910c8f16ab515 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Mar 2005 16:17:50 +0000 Subject: Reflect renaming: config -> build-aux. --- Makefile.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Makefile.cfg') diff --git a/Makefile.cfg b/Makefile.cfg index 0121705b4..12df418bf 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -1,5 +1,5 @@ # Customize Makefile.maint. -*- makefile -*- -# Copyright (C) 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,20 +29,20 @@ url_dir_list = \ # Files to update automatically. wget_files = \ - $(srcdir)/config/config.guess \ - $(srcdir)/config/config.sub \ - $(srcdir)/config/texinfo.tex + $(srcdir)/build-aux/config.guess \ + $(srcdir)/build-aux/config.sub \ + $(srcdir)/build-aux/texinfo.tex # Of the above, texinfo.tex is out of date, # and the other two are not available. wget_files = cvs_files = \ - $(srcdir)/config/elisp-comp \ - $(srcdir)/config/depcomp \ - $(srcdir)/config/mdate-sh \ - $(srcdir)/config/missing \ - $(srcdir)/config/install-sh \ - $(srcdir)/config/mkinstalldirs + $(srcdir)/build-aux/elisp-comp \ + $(srcdir)/build-aux/depcomp \ + $(srcdir)/build-aux/mdate-sh \ + $(srcdir)/build-aux/missing \ + $(srcdir)/build-aux/install-sh \ + $(srcdir)/build-aux/mkinstalldirs # $(srcdir)/src/ansi2knr.c -- cgit v1.2.3-54-g00ecf