Bump to 1.14.1
[platform/upstream/augeas.git] / config / srclistvars.sh
1 # Variables for srclist-update and srclist.txt.
2 # Will likely change for each user.
3
4 # Copyright 2002-2016 Free Software Foundation, Inc.
5
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.
10 #
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.
15 #
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/>.
18
19 # per-user overrides.
20 case $LOGNAME in
21 karl)
22   : ${ACLOCAL=/usr/local/gnu/share/aclocal}
23   : ${GETTEXT=/usr/local/gnu/src/dist-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}
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}