From 842c8c486f4f900ae596b56ae93da8ac3e0a4067 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 15 May 2005 07:03:04 +0000 Subject: Sync from gnulib (scriptversion change only). --- build-aux/ChangeLog | 5 +++++ build-aux/depcomp | 2 +- build-aux/install-sh | 2 +- build-aux/mdate-sh | 2 +- build-aux/missing | 2 +- build-aux/mkinstalldirs | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog index 1ad450514..39718577c 100644 --- a/build-aux/ChangeLog +++ b/build-aux/ChangeLog @@ -1,3 +1,8 @@ +2005-05-15 Paul Eggert + + * depcomp, install-sh, mdate-sh, missing, pmkinstalldirs: + Sync from gnulib (scriptversion change only). + 2005-05-14 Paul Eggert * config.guess, config.sub: Sync from gnulib. diff --git a/build-aux/depcomp b/build-aux/depcomp index fc834192c..88b3a1396 100644 --- a/build-aux/depcomp +++ b/build-aux/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2005-02-09.22 +scriptversion=2005-05-14.22 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. diff --git a/build-aux/install-sh b/build-aux/install-sh index 1a8353401..4d4a9519e 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2005-02-02.21 +scriptversion=2005-05-14.22 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the diff --git a/build-aux/mdate-sh b/build-aux/mdate-sh index d8e1bd200..52156b3de 100755 --- a/build-aux/mdate-sh +++ b/build-aux/mdate-sh @@ -1,7 +1,7 @@ #!/bin/sh # Get modification time of a file or directory and pretty-print it. -scriptversion=2005-02-07.09 +scriptversion=2005-05-14.22 # Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005 Free Software # Foundation, Inc. diff --git a/build-aux/missing b/build-aux/missing index feec7f08c..4228a2046 100644 --- a/build-aux/missing +++ b/build-aux/missing @@ -1,7 +1,7 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2005-02-08.22 +scriptversion=2005-05-14.22 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs index 5d26a485f..7f4333b31 100644 --- a/build-aux/mkinstalldirs +++ b/build-aux/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2005-02-02.21 +scriptversion=2005-05-14.22 # Original author: Noah Friedman # Created: 1993-05-16 -- cgit v1.2.3-54-g00ecf