diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-12 10:03:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-12 10:03:51 +0000 |
commit | fe49776280489a3bb9405f2d7651d1b16e4fe2e6 (patch) | |
tree | 7748b5950bd6cf3092c378cc17de6838372db75d /configure | |
parent | 54e0e8469f9465877a155308cc2a8cc5b85fbfad (diff) | |
download | dnsfunnel-fe49776280489a3bb9405f2d7651d1b16e4fe2e6.tar.xz |
First big batch of fixes, remove dnsfunnel-daemon, etc.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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." |