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