summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 11:59:15 +0100
committerPS <p@0x53.net>2026-02-07 11:59:15 +0100
commit3d6022b987a2d87f4db0986c7611914893976515 (patch)
tree608e204e68b48beb998fc9b7b867009d9735ff8b
parent4668db21b164214a41cd92658d08ee5e80b2b5ff (diff)
downloadmdevd-conf-0.1.0.0.tar.gz
mdevd-conf-0.1.0.0.tar.bz2
mdevd-conf-0.1.0.0.zip
Cleanup ./configurev0.1.0.0
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 5facfc0..11a0b42 100755
--- a/configure
+++ b/configure
@@ -61,11 +61,6 @@ EOF
echo "$1" | sed -e "s/'/'\\\\''/g" -e "1s/^/'/" -e "\$s/\$/'/" -e "s#^'\([-[:alnum:]_,./:]*\)=\(.*\)\$#\1='\2#" -e "s|\*/|* /|g"
}
-fail () {
- echo "$*"
- exit 1
-}
-
fnmatch () {
eval "case \"\$2\" in $1) return 0 ;; *) return 1 ;; esac"
}