update from automake 1.6
authorKarl Berry <karl@freefriends.org>
Wed, 25 Sep 2002 14:18:57 +0000 (14:18 +0000)
committerKarl Berry <karl@freefriends.org>
Wed, 25 Sep 2002 14:18:57 +0000 (14:18 +0000)
config/mdate-sh
config/mkinstalldirs
config/srclist-update
config/srclist.txt
config/srclistvars.sh

index 37171f2..c079aed 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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
index 1e17114..8ab885e 100644 (file)
@@ -4,8 +4,6 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.2 2002-06-13 09:30:02 meyering Exp $
-
 errstatus=0
 dirmode=""
 
index 8fe4698..7e3c137 100755 (executable)
@@ -1,5 +1,5 @@
 #!/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.
 # 
@@ -45,7 +45,7 @@ cat | while read src dst; do
     $verbose && echo "## $src $dst  # unchanged"
   else
     echo "## $src $dst  # changes"
-    diff -c2 $src $dst
+    diff -c2 $dst $src
   fi
 done
 
index 520da00..b7db358 100644 (file)
@@ -1,11 +1,29 @@
-# $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
index c3645a9..a420e14 100644 (file)
@@ -1,14 +1,16 @@
-# $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}