# HG changeset patch # User "Yann E. MORIN" # Date 1342556488 -7200 # Node ID b4550ad873b377a93fade8ee8ba0b48335ed67c3 # Parent 34fea104c84c0a5a84561cd086c9c7cb800f9552 configure: also check for install We also need the GNU variant for this one. Signed-off-by: "Yann E. MORIN" (transplanted from 0dfc9c1fcb348e354edc37aacd2e8dcb223e9ab2) diff -r 34fea104c84c -r b4550ad873b3 configure.ac --- a/configure.ac Tue Jul 17 21:42:32 2012 +0200 +++ b/configure.ac Tue Jul 17 22:21:28 2012 +0200 @@ -90,6 +90,10 @@ # 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