#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
#
# This program is free software; you can redistribute it and/or modify
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
# Prevent date giving response in another language.
LANG=C
export LANG
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.2 2002-06-13 09:30:02 meyering Exp $
-
errstatus=0
dirmode=""
#!/bin/sh
-# $Id: srclist-update,v 1.1 2002-09-10 23:41:12 karl Exp $
+# $Id: srclist-update,v 1.2 2002-09-25 14:18:57 karl Exp $
#
# Check for files being up to date, according to the list on stdin.
#
$verbose && echo "## $src $dst # unchanged"
else
echo "## $src $dst # changes"
- diff -c2 $src $dst
+ diff -c2 $dst $src
fi
done
-# $Id: srclist.txt,v 1.3 2002-09-13 20:40:39 karl Exp $
+# $Id: srclist.txt,v 1.4 2002-09-25 14:18:57 karl Exp $
# Files for which we are not the source. See ./srclistvars.sh for the
# variable definitions.
-$TEXINFOSRC/doc/texinfo.tex config
$GNUCONFIG/config.guess config
$GNUCONFIG/config.sub config
-$LIBCSRC/scripts/install-sh config
-$LIBCSRC/scripts/mkinstalldirs config
+$AUTOMAKE/depcomp config
+#$LIBCSRC/scripts/install-sh config
+$AUTOMAKE/install-sh config
+$AUTOMAKE/mdate-sh config
+$AUTOMAKE/missing config
+#$LIBCSRC/scripts/mkinstalldirs config
+$AUTOMAKE/mkinstalldirs config
+$TEXINFOSRC/doc/texinfo.tex config
$AUTOCONF/INSTALL doc
+$GNUORG/COPYING.DOC doc
+$GNUORG/fdl.texi doc
+
+$LIBCSRC/posix/getopt.c lib
+$LIBCSRC/posix/getopt.h lib
+$LIBCSRC/posix/getopt1.c lib
+#$GETTEXT/gettext.h lib
+# - 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.
+$LIBCSRC/string/strdup.c lib
-# $Id: srclistvars.sh,v 1.4 2002-09-24 15:40:12 karl Exp $
+# $Id: srclistvars.sh,v 1.5 2002-09-25 14:18:57 karl Exp $
# Variables for srclist-update and srclist.txt.
-# Definitely will change for each user.
+# Will change for each user.
: ${ACLOCAL=/usr/local/gnu/share/aclocal}
: ${AUTOCONF=/usr/local/gnu/share/autoconf}
+: ${AUTOMAKE=/usr/local/gnu/share/automake-1.6}
: ${EMACSSRC=$HOME/gnu/src/emacs}
: ${GETTEXT=/usr/local/gnu/share/gettext}
: ${GNUBIN=/usr/local/gnu/bin}
: ${GNUCONFIG=$HOME/gnu/src/ftp.gnu.org/pub/gnu/config}
: ${GNULIBSRC=$HOME/gnu/src/gnulib}
+: ${GNUORG=$HOME/gnu/gnuorg}
: ${LIBCSRC=$HOME/gnu/src/libc}
: ${TEXINFOSRC=/u/texinfo/src}
: ${TEXMF=/usr/local/texmf/texmf}