From 2b80a3726a13ff418461c49c82fd968f23252e8c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Aug 1999 20:16:30 +0000 Subject: [PATCH] Update. 1999-08-13 Andreas Jaeger * configure.in: install-sh lives now in scripts subdir. PR libc/1255 (bug 4). --- ChangeLog | 5 +++++ configure.in | 4 ++-- po/fr.po | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 870b278..23ac5db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-08-13 Andreas Jaeger + + * configure.in: install-sh lives now in scripts subdir. + PR libc/1255 (bug 4). + 1999-08-13 Ulrich Drepper * sysdeps/generic/_G_config.h: Update _G_iconv_t type from Linux diff --git a/configure.in b/configure.in index 6203266..1fadd79 100644 --- a/configure.in +++ b/configure.in @@ -444,9 +444,9 @@ AC_MSG_RESULT($default_sysnames) ### Locate tools. AC_PROG_INSTALL -if test "$INSTALL" = "${srcdir}/install-sh -c"; then +if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then # The makefiles need to use a different form to find it in $srcdir. - INSTALL='\$(..)./install-sh -c' + INSTALL='\$(..)./scripts/install-sh -c' fi AC_PROG_LN_S diff --git a/po/fr.po b/po/fr.po index 93f862e..aa10939 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: GNU libc 2.1\n" "POT-Creation-Date: 1998-11-28 09:29-0800\n" -"PO-Revision-Date: 1998-12-10 20:07-0500\n" +"PO-Revision-Date: 1999-08-13 08:52-0500\n" "Last-Translator: Michel Robitaille \n" -"Language-Team: French \n" +"Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -- 2.7.4