summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-07-17 20:21:28 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-07-17 20:21:28 (GMT)
commita427e20308c1bcd640377d75120d90a4e9194c25 (patch)
tree87c1bd0c483c40508bb5fc46d59a0729f3fbef14 /configure.ac
parent4ebe26af1a527a269ae9f78e41186dda03450c53 (diff)
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>
Diffstat (limited to 'configure.ac')
-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