Merge branch 'refs/heads/t/makefile_conventions'
[paraslash.git] / configure.ac
index afed0a7997fe147440d4bad66197ab2c494289e7..eed441d639a115b6d78d5f9b4934eaff2d4fc107 100644 (file)
@@ -63,10 +63,6 @@ AC_PATH_PROG([HELP2MAN], [help2man])
 test -z "$HELP2MAN" && AC_MSG_ERROR(
        [help2man is required to build this package])
 
-AC_PATH_PROG([INSTALL], [install])
-test -z "$INSTALL" && AC_MSG_ERROR(
-       [The install program is required to build this package])
-
 AC_PROG_CC
 AC_PROG_CPP