# HG changeset patch # User "Yann E. MORIN" # Date 1342556488 -7200 # Node ID 0dfc9c1fcb348e354edc37aacd2e8dcb223e9ab2 # Parent 2d362c2a8ed369f72027da00ec79245cb44bbf82 configure: also check for install We also need the GNU variant for this one. Signed-off-by: "Yann E. MORIN" diff -r 2d362c2a8ed3 -r 0dfc9c1fcb34 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