Change copyright notice from GPLv2+ to GPLv3+.
[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 3 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,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU 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, see <http://www.gnu.org/licenses/>.
20
21 case $LOGNAME in
22 jas | eggert)
23   : ${AUTOCONF=../autoconf}
24   : ${AUTOMAKE=../automake}
25   : ${GETTEXT=../gettext}
26   : ${GNUCONFIG=../config}
27   : ${GNUORG=../gnuorg}
28   : ${GNUWWWLICENSES=$GNUORG}
29   : ${GNUSTANDARDS=../gnustandards}
30   : ${LIBTOOL=../libtool}
31   : ${LIBCSRC=../libc}
32   : ${TEXINFOSRC=../texinfo}
33   ;;
34
35 karl)
36   : ${ACLOCAL=/usr/local/gnu/share/aclocal}
37   : ${GNUBIN=/usr/local/gnu/bin}
38   : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
39   : ${TEXMFROOT=/usr/local/texmf/texmf-dist}
40   : ${AUTOCONF=../autoconf}
41   : ${AUTOMAKE=../automake}
42   : ${EMACSSRC=../emacs}
43   : ${GETTEXT=../gettext}
44   : ${GNUCONFIG=../config}
45   : ${GNUORG=$HOME/gnu/gnuorg}
46   : ${GNULIBSRC=../gnulib}
47   : ${GNUSTANDARDS=../gnustandards}
48   : ${LIBCSRC=../libc}
49   : ${LIBTOOL=../libtool}
50   : ${TEXINFOSRC=../texinfo}
51   ;;
52
53 esac