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 | a2dcffdb9b5108d45f088fde92fc88de717720e5 (patch) | |
tree | a9cb67a8499b5a9340710ef90f3e4e6c66db1733 | |
parent | 63b84da2ec93599540541e7ef1e45ae537c21479 (diff) | |
download | crosstool-ng-a2dcffdb9b5108d45f088fde92fc88de717720e5.tar.gz crosstool-ng-a2dcffdb9b5108d45f088fde92fc88de717720e5.tar.bz2 crosstool-ng-a2dcffdb9b5108d45f088fde92fc88de717720e5.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>
(transplanted from 0dfc9c1fcb348e354edc37aacd2e8dcb223e9ab2)
-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 |