maint: enable sc_prohibit_cloexec_without_use
[gnulib/ericb.git] / config / srclistvars.sh
blob4756d5637388f5ee2149362377e621d19d2a8a29
1 # Variables for srclist-update and srclist.txt.
2 # Will change for each user.
4 # Copyright (C) 2002, 2003, 2004 2005, 2006, 2008
5 # Free Software Foundation, Inc.
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.
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.
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/>.
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}
29 esac
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}