config.rpath: get from gettext.
[gnulib.git] / config / srclist.txt
1 # $Id: srclist.txt,v 1.12 2003-05-30 14:58:40 karl Exp $
2 # Files for which we are not the source.  See ./srclistvars.sh for the
3 # variable definitions.
4
5 $GETTEXT/config.rpath           config
6 #
7 $GNUCONFIG/config.guess         config
8 $GNUCONFIG/config.sub           config
9 #
10 $AUTOMAKE/lib/depcomp           config
11 $AUTOMAKE/lib/install-sh        config
12 $AUTOMAKE/lib/mdate-sh          config
13 $AUTOMAKE/lib/missing           config
14 # after next release $AUTOMAKE/lib/mkinstalldirs                config
15 #
16 $TEXINFOSRC/doc/texinfo.tex     config
17
18 $AUTOCONF/INSTALL               doc
19 #
20 $GNUORG/COPYING.DOC             doc
21 $GNUORG/fdl.texi                doc
22
23 $GETTEXT/gettext.h              lib
24 #
25 $LIBCSRC/sysdeps/generic/strtoll.c      lib gpl
26 #$LIBCSRC/malloc/obstack.c              lib gpl
27 #$LIBCSRC/posix/getopt.c                lib gpl
28 $LIBCSRC/posix/getopt.h                 lib gpl
29 $LIBCSRC/posix/getopt1.c                lib gpl
30 $LIBCSRC/posix/regex.h                  lib gpl
31 $LIBCSRC/string/strdup.c                lib gpl
32 $LIBCSRC/time/mktime.c                  lib gpl
33 #
34 # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they
35 #   are totally different implementations.
36 # - Likewise libc/string/strerror.c.
37 # - libc/locale/programs/xstrdup.c is almost usable, but uses the __P
38 #   prototype macro.