about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-12 10:03:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-12 10:03:51 +0000
commitfe49776280489a3bb9405f2d7651d1b16e4fe2e6 (patch)
tree7748b5950bd6cf3092c378cc17de6838372db75d /configure
parent54e0e8469f9465877a155308cc2a8cc5b85fbfad (diff)
downloaddnsfunnel-fe49776280489a3bb9405f2d7651d1b16e4fe2e6.tar.gz
dnsfunnel-fe49776280489a3bb9405f2d7651d1b16e4fe2e6.tar.xz
dnsfunnel-fe49776280489a3bb9405f2d7651d1b16e4fe2e6.zip
First big batch of fixes, remove dnsfunnel-daemon, etc.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
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."