From fe49776280489a3bb9405f2d7651d1b16e4fe2e6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 12 Jan 2021 10:03:51 +0000 Subject: First big batch of fixes, remove dnsfunnel-daemon, etc. --- configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 664a43f..7dffc35 100755 --- a/configure +++ b/configure @@ -45,8 +45,6 @@ Optional features: --enable-slashpackage[=ROOT] assume /package installation at ROOT [disabled] --enable-absolute-paths do not rely on PATH to access this package's binaries, hardcode absolute BINDIR/foobar paths instead [disabled] - - --with-cachelist=FILE use FILE as default cache list [/run/dnsfunnel-caches] EOF exit 0 } @@ -159,7 +157,6 @@ addlibdpath='' vpaths='' vpathd='' build= -cachelist=/run/dnsfunnel-caches for arg ; do case "$arg" in @@ -190,7 +187,6 @@ for arg ; do --disable-slashpackage) sproot= ; slashpackage=false ;; --enable-absolute-paths|--enable-absolute-paths=yes) abspath=true ;; --disable-absolute-paths|--enable-absolute-paths=no) abspath=false ;; - --with-cachelist=*) cachelist=${arg#*=} ;; --enable-*|--disable-*|--with-*|--without-*|--*dir=*) ;; --host=*|--target=*) target=${arg#*=} ;; --build=*) build=${arg#*=} ;; @@ -468,8 +464,6 @@ else fi echo "#define ${package_macro_name}_LIBEXECPREFIX \"$libexecdir/\"" echo -echo "#define ${package_macro_name}_DEFAULT_CACHELIST \"$cachelist\"" -echo echo "#endif" exec 1>&3 3>&- echo " ... done." -- cgit v1.3.1