summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 19c904e..6cacb9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,6 +90,10 @@ AC_ARG_PROGRAM
# 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