configure: also check for install 1.15
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Jul 17 22:21:28 2012 +0200 (2012-07-17)
branch1.15
changeset 3008b4550ad873b3
parent 3007 34fea104c84c
child 3009 172b72d597f9
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)
configure.ac
     1.1 --- a/configure.ac	Tue Jul 17 21:42:32 2012 +0200
     1.2 +++ b/configure.ac	Tue Jul 17 22:21:28 2012 +0200
     1.3 @@ -90,6 +90,10 @@
     1.4  # Initial checks that are usually done first (I don't know why, that's
     1.5  # just what I seem to experience...)
     1.6  #---------------------------------------------------------------------
     1.7 +AC_ARG_WITH([install],
     1.8 +    AS_HELP_STRING([--with-install=PATH],
     1.9 +                   [Specify the full PATH to a BSD-compatible install]),
    1.10 +    [INSTALL=$withval])
    1.11  AC_PROG_INSTALL
    1.12  AC_PROG_GREP
    1.13  AC_PROG_EGREP