diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-07-17 22:21:28 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-07-17 22:21:28 +0200 |
commit | a427e20308c1bcd640377d75120d90a4e9194c25 (patch) | |
tree | 87c1bd0c483c40508bb5fc46d59a0729f3fbef14 | |
parent | 4ebe26af1a527a269ae9f78e41186dda03450c53 (diff) | |
download | crosstool-ng-a427e20308c1bcd640377d75120d90a4e9194c25.tar.gz crosstool-ng-a427e20308c1bcd640377d75120d90a4e9194c25.tar.bz2 crosstool-ng-a427e20308c1bcd640377d75120d90a4e9194c25.zip |
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>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 19c904e1..6cacb9c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |