From c9d391bc40f2b6b6f5412be24322d24a29d8d139 Mon Sep 17 00:00:00 2001 From: Derek Price Date: Tue, 1 Apr 2003 21:27:52 +0000 Subject: [PATCH] * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error from Akim's checkin of 3-29. --- ChangeLog | 5 +++++ lib/autoconf/programs.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 90c8b8bba..34e3d8cb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-01 Derek Price + + * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Correct syntax error + from Akim's checkin of 3-29. + 2003-04-01 Derek Price * tests/torture.at (Configuring subdirectories): Add missing diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4 index 5886d9499..bd2093b23 100644 --- a/lib/autoconf/programs.m4 +++ b/lib/autoconf/programs.m4 @@ -317,7 +317,7 @@ AC_CACHE_VAL(ac_cv_path_install, case $as_dir/ in ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ - |?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. -- 2.47.3