/[autoconf]/autoconf/Makefile.maint
ViewVC logotype

Diff of /autoconf/Makefile.maint

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by akim, Fri Sep 13 08:41:54 2002 UTC revision 1.19 by eggert, Thu Oct 17 01:32:23 2002 UTC
# Line 1  Line 1 
1  # -*-Makefile-*-  # -*-Makefile-*-
2  # This Makefile fragment is shared between fileutils, sh-utils, textutils,  # This Makefile fragment is shared between Autoconf and Bison.
 # CPPI, Bison, and Autoconf.  
3    
4  ## Copyright 2001 Free Software Foundation, Inc.  ## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5  ##  ##
6  ## This program is free software; you can redistribute it and/or modify  ## This program is free software; you can redistribute it and/or modify
7  ## it under the terms of the GNU General Public License as published by  ## it under the terms of the GNU General Public License as published by
# Line 81  po-update: Line 80  po-update:
80  # with each of the files that belongs to some other package and is  # with each of the files that belongs to some other package and is
81  # regularly updated from the specified URL.  # regularly updated from the specified URL.
82  wget_files ?= $(srcdir)/config.guess $(srcdir)/config.sub \  wget_files ?= $(srcdir)/config.guess $(srcdir)/config.sub \
               $(srcdir)/src/ansi2knr.c \  
83                $(srcdir)/doc/texinfo.tex                $(srcdir)/doc/texinfo.tex
84  wget-targets = $(patsubst %, get-%, $(wget_files))  wget-targets = $(patsubst %, get-%, $(wget_files))
85    
86  config.guess-url_prefix = $(ftp-gnu)/config/  config.guess-url_prefix = $(ftp-gnu)/config/
87  config.sub-url_prefix = $(ftp-gnu)/config/  config.sub-url_prefix = $(ftp-gnu)/config/
88    
 ansi2knr.c-url_prefix = ftp://ftp.cs.wisc.edu/ghost/  
   
89  texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/  texinfo.tex-url_prefix = $(ftp-gnu)/texinfo/
90    
91  standards.texi-url_prefix = $(ftp-gnu)/GNUinfo/  standards.texi-url_prefix = $(ftp-gnu)/GNUinfo/

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26