Relax the license of some modules with no runtime code.
[gnulib/ericb.git] / config / srclistvars.sh
blob3fff7698a826c24fb0ba812cdadc96ef460cee31
1 # Variables for srclist-update and srclist.txt.
2 # Will likely change for each user.
4 # Copyright 2002-2017 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 <http://www.gnu.org/licenses/>.
19 # per-user overrides.
20 case $LOGNAME in
21 karl)
22 : ${ACLOCAL=/usr/local/gnu/share/aclocal}
23 : ${GETTEXT=$HOME/gnu/src/gettext}
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}