pty: Activate the signature wrapper of forkpty.
[gnulib.git] / config / srclistvars.sh
1 # Variables for srclist-update and srclist.txt.
2 # Will change for each user.
3
4 # Copyright (C) 2002, 2003, 2004 2005, 2006, 2008
5 # Free Software Foundation, Inc.
6
7 # This file is free software: you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
20 # per-user overrides.
21 case $LOGNAME in
22 karl)
23   : ${ACLOCAL=/usr/local/gnu/share/aclocal}
24   : ${GNUBIN=/usr/local/gnu/bin}
25   : ${GNUORG=$HOME/gnu/gnuorg}
26   : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
27   : ${TEXMFROOT=/usr/local/texmf/texmf-dist}
28   ;;
29 esac
30
31 # Default to sibling (of parent) directories.
32 : ${AUTOCONF=../autoconf}
33 : ${AUTOMAKE=../automake}
34 : ${GETTEXT=../gettext}
35 : ${GNUCONFIG=../config}
36 : ${GNULIBSRC=../gnulib}
37 : ${GNUORG=../gnuorg}
38 : ${GNUSTANDARDS=../gnustandards}
39 : ${GNUWWWLICENSES=$GNUORG}
40 : ${LIBCSRC=../libc}
41 : ${LIBTOOL=../libtool}
42 : ${TEXINFOSRC=../texinfo}