* srclist.txt: Remove gnupload, since coreutils now syncs from
[gnulib.git] / config / srclistvars.sh
1 # $Id: srclistvars.sh,v 1.28 2006-08-22 19:38:57 eggert Exp $
2 # Variables for srclist-update and srclist.txt.
3 # Will change for each user.
4
5 # Copyright (C) 2002, 2003, 2004 2005, 2006 Free Software Foundation,
6 # Inc.
7
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
12 #
13 # This program is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
21 # 02110-1301, USA.
22
23 case $LOGNAME in
24 jas | eggert)
25   : ${AUTOCONF=../autoconf}
26   : ${AUTOMAKE=../automake}
27   : ${GETTEXT=../gettext}
28   : ${GNUCONFIG=../config}
29   : ${GNUORG=../gnuorg}
30   : ${GNUWWWLICENSES=$GNUORG}
31   : ${GNUSTANDARDS=../gnustandards}
32   : ${LIBTOOL=../libtool}
33   : ${LIBCSRC=../libc}
34   : ${TEXINFOSRC=../texinfo}
35   ;;
36
37 karl)
38   : ${ACLOCAL=/usr/local/gnu/share/aclocal}
39   : ${GNUBIN=/usr/local/gnu/bin}
40   : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
41   : ${TEXMFROOT=/usr/local/texmf/texmf-dist}
42   : ${AUTOCONF=../autoconf}
43   : ${AUTOMAKE=../automake}
44   : ${EMACSSRC=../emacs}
45   : ${GETTEXT=../gettext}
46   : ${GNUCONFIG=../config}
47   : ${GNUORG=$HOME/gnu/gnuorg}
48   : ${GNULIBSRC=../gnulib}
49   : ${GNUSTANDARDS=../gnustandards}
50   : ${LIBCSRC=../libc}
51   : ${LIBTOOL=../libtool}
52   : ${TEXINFOSRC=../texinfo}
53   ;;
54
55 esac