summaryrefslogtreecommitdiff
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)
commita2dcffdb9b5108d45f088fde92fc88de717720e5 (patch)
treea9cb67a8499b5a9340710ef90f3e4e6c66db1733
parent63b84da2ec93599540541e7ef1e45ae537c21479 (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> (transplanted from 0dfc9c1fcb348e354edc37aacd2e8dcb223e9ab2)
-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