From 2cedeb97242f94a4d3ee8730c02b993750f70f90 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Aug 2000 10:19:53 +0000 Subject: [PATCH] Fix configure bug: install detection didn't work. --- ChangeLog | 5 +++++ aclocal.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 756d4b5..97d8186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,11 @@ * doc/Makefile.in (MAKEINFO): Unset LANG while running makeinfo. +1998-05-08 Andreas Schwab + + * aclocal.m4 (CL_PROG_INSTALL): Set cl_cv_path_install, not + ac_cv_path_install. + Sat May 2 13:20:54 1998 Bruno Haible * gperf-2.7 released. diff --git a/aclocal.m4 b/aclocal.m4 index b39197a..bb22edc 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -37,7 +37,7 @@ AC_CACHE_VAL(cl_cv_path_install, # AIX installbsd doesn't work without option "-g". : else - ac_cv_path_install="$ac_dir/$ac_prog -c" + cl_cv_path_install="$ac_dir/$ac_prog -c" break 2 fi fi