configure.ac
branch1.16
changeset 3107 91a52bc04af9
parent 3000 2d362c2a8ed3
child 3067 3bc371c2881f
     1.1 --- a/configure.ac	Tue Jul 17 21:42:32 2012 +0200
     1.2 +++ b/configure.ac	Sun Nov 11 21:42:47 2012 +0100
     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