X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=config%2Fsrclist.txt;h=a5eef51f2413c46f834547af9150242cca6029f7;hb=ef8e4e5cfec5367d1c3c3aedf15408371de20f6d;hp=e1ab4050e9c2433faeec65d986ee07f2a1bf9472;hpb=3f53294c6ad284644ff21fa9fe52173551b9965b;p=gnulib.git diff --git a/config/srclist.txt b/config/srclist.txt index e1ab4050e..a5eef51f2 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,9 +1,36 @@ -# $Id: srclist.txt,v 1.1 2002-09-10 23:41:12 karl Exp $ -# Files for which we are not the source. +# $Id: srclist.txt,v 1.11 2002-11-26 22:58:57 karl Exp $ +# Files for which we are not the source. See ./srclistvars.sh for the +# variable definitions. -TEXINFO=/u/texinfo/src -GNUCONFIG=$HOME/gnu/src/ftp.gnu.org/pub/gnu/config - -$TEXINFO/doc/texinfo.tex config $GNUCONFIG/config.guess config $GNUCONFIG/config.sub config +# +$AUTOMAKE/lib/depcomp config +$AUTOMAKE/lib/install-sh config +$AUTOMAKE/lib/mdate-sh config +$AUTOMAKE/lib/missing config +# after next release $AUTOMAKE/lib/mkinstalldirs config +# +$TEXINFOSRC/doc/texinfo.tex config + +$AUTOCONF/INSTALL doc +# +$GNUORG/COPYING.DOC doc +$GNUORG/fdl.texi doc + +$GETTEXT/gettext.h lib +# +$LIBCSRC/sysdeps/generic/strtoll.c lib gpl +#$LIBCSRC/malloc/obstack.c lib gpl +#$LIBCSRC/posix/getopt.c lib gpl +$LIBCSRC/posix/getopt.h lib gpl +$LIBCSRC/posix/getopt1.c lib gpl +$LIBCSRC/posix/regex.h lib gpl +$LIBCSRC/string/strdup.c lib gpl +$LIBCSRC/time/mktime.c lib gpl +# +# - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they +# are totally different implementations. +# - Likewise libc/string/strerror.c. +# - libc/locale/programs/xstrdup.c is almost usable, but uses the __P +# prototype macro.