summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 0571fc7..4924da0 100644
--- a/configure.in
+++ b/configure.in
@@ -27,10 +27,6 @@ if test "$YACC" != byacc; then
AC_SUBST(YACC, "byacc")
fi
AC_PROG_LEX
-AC_PROG_MKDIR_P
-if test "$INSTALL" != install; then
- AC_SUBST(INSTALL, "install")
-fi
# Checks for libraries.
# FIXME: Replace `main' with a function in `-lcgroup':