mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-22 20:38:19 +00:00
configure: also check for install
We also need the GNU variant for this one. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> (transplanted from 0dfc9c1fcb348e354edc37aacd2e8dcb223e9ab2)
This commit is contained in:
parent
63b84da2ec
commit
a2dcffdb9b
@ -90,6 +90,10 @@ AC_ARG_PROGRAM
|
||||
# Initial checks that are usually done first (I don't know why, that's
|
||||
# just what I seem to experience...)
|
||||
#---------------------------------------------------------------------
|
||||
AC_ARG_WITH([install],
|
||||
AS_HELP_STRING([--with-install=PATH],
|
||||
[Specify the full PATH to a BSD-compatible install]),
|
||||
[INSTALL=$withval])
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_GREP
|
||||
AC_PROG_EGREP
|
||||
|
Loading…
Reference in New Issue
Block a user