mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Fix configure bug: install detection didn't work.
This commit is contained in:
@@ -37,6 +37,11 @@
|
||||
|
||||
* doc/Makefile.in (MAKEINFO): Unset LANG while running makeinfo.
|
||||
|
||||
1998-05-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* aclocal.m4 (CL_PROG_INSTALL): Set cl_cv_path_install, not
|
||||
ac_cv_path_install.
|
||||
|
||||
Sat May 2 13:20:54 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
|
||||
|
||||
* gperf-2.7 released.
|
||||
|
||||
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user