From d4b169715cb62530aa80bcaff8c434599241d93e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 19:15:44 +0200 Subject: {configure.ac,Makefile.am}: Drop distcheck features. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2d1efc0..e2dde5c 100644 --- a/configure.ac +++ b/configure.ac @@ -176,13 +176,6 @@ else fi AM_CONDITIONAL(BUILD_MONO_TEST, test x${have_nunit} = xyes) -########################### -# Check to see if we're local -########################### - -with_localinstall="no" -AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all of the files localy instead of system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no) - ########################### # Python ########################### -- cgit v1.2.3