* check-module: Add copyright notice.
[pspp] / config / srclistvars.sh
1 # $Id: srclistvars.sh,v 1.27 2006-08-14 18:28:31 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   : ${COREUTILS=../coreutils}
28   : ${GETTEXT=../gettext}
29   : ${GNUCONFIG=../config}
30   : ${GNUORG=../gnuorg}
31   : ${GNUWWWLICENSES=$GNUORG}
32   : ${GNUSTANDARDS=../gnustandards}
33   : ${LIBTOOL=../libtool}
34   : ${LIBCSRC=../libc}
35   : ${TEXINFOSRC=../texinfo}
36   ;;
37
38 karl)
39   : ${ACLOCAL=/usr/local/gnu/share/aclocal}
40   : ${GNUBIN=/usr/local/gnu/bin}
41   : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
42   : ${TEXMFROOT=/usr/local/texmf/texmf-dist}
43   : ${AUTOCONF=../autoconf}
44   : ${AUTOMAKE=../automake}
45   : ${COREUTILS=../coreutils}
46   : ${EMACSSRC=../emacs}
47   : ${GETTEXT=../gettext}
48   : ${GNUCONFIG=../config}
49   : ${GNUORG=$HOME/gnu/gnuorg}
50   : ${GNULIBSRC=../gnulib}
51   : ${GNUSTANDARDS=../gnustandards}
52   : ${LIBCSRC=../libc}
53   : ${LIBTOOL=../libtool}
54   : ${TEXINFOSRC=../texinfo}
55   ;;
56
57 esac