Update.
[gnulib.git] / config / srclist.txt
index 15704a5..a5eef51 100644 (file)
@@ -1,11 +1,36 @@
-# $Id: srclist.txt,v 1.2 2002-09-12 20:29:26 karl Exp $
+# $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/doc/texinfo.tex       config
 $GNUCONFIG/config.guess                config
 $GNUCONFIG/config.sub          config
-$LIBCSRC/scripts/install-sh    config
-$LIBCSRC/scripts/mkinstalldirs 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.