iconv-h: Fix module description.
[gnulib.git] / config / srclistvars.sh
blobaabcd1489bc0fd115f20af187455e5811d2fcf5a
1 # Variables for srclist-update and srclist.txt.
2 # Will likely change for each user.
4 # Copyright 2002-2021 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 : ${GNUORG=$HOME/gnu/gnuorg}
23 : ${GNUWWWLICENSES=$HOME/gnu/www/www/licenses}
25 esac
27 # Default to sibling (of parent) directories.
28 : ${AUTOCONF=../autoconf}
29 : ${AUTOMAKE=../automake}
30 : ${GMP=../gmp} # https://gmplib.org/devel/repo-usage -> hg pull -u
31 : ${GNUCONFIG=../config}
32 : ${GNULIBSRC=../gnulib}
33 : ${GNUORG=../gnuorg}
34 : ${GNUSTANDARDS=../gnustandards}
35 : ${GNUWWWLICENSES=../www/www/licenses}
36 : ${LIBCSRC=../libc}
37 : ${LIBGCRYPT=../libgcrypt} # git://git.gnupg.org/libgcrypt.git
38 : ${LIBTOOL=../libtool}
39 : ${TEXINFOTEX=../../ftp.gnu.org/gnu/texinfo}