From 541827ee9b977746f94133f5cf9bec3ec14963bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 14 Jun 2003 05:05:47 +0000 Subject: [PATCH] * lib/install.sh (dsttmp, rmtmp): Do not use '#' in file names; it's not guaranteed by POSIX and it doesn't work on OpenVMS. Bug reported by Bernard Giroud in: http://mail.gnu.org/archive/html/autoconf-patches/2003-06/msg00013.html --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99bd37ddd..f8570b7d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-13 Paul Eggert + + * lib/install.sh (dsttmp, rmtmp): Do not use '#' in file names; + it's not guaranteed by POSIX and it doesn't work on OpenVMS. + Bug reported by Bernard Giroud in: + http://mail.gnu.org/archive/html/autoconf-patches/2003-06/msg00013.html + 2003-06-05 Alexandre Duret-Lutz * automake.in (check_gnu_standards): Use no-installman and -- 2.47.3