configure: also check for install
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Jul 17 22:21:28 2012 +0200 (2012-07-17)
changeset 30010dfc9c1fcb34
parent 3000 2d362c2a8ed3
child 3012 95173b196a88
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>
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