aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPS <p@0x53.net>2026-02-07 11:57:21 +0100
committerPS <p@0x53.net>2026-02-07 11:57:21 +0100
commit1f56527bdfafe685538e1fb4a68117c9a04ec750 (patch)
treefe193ef4664a4fa858d11a2be3bcd139e71334e6
parent6e3eb53e49696205dbfa5ca2b652edd9f6ff7829 (diff)
downloadgoetia-base-1f56527bdfafe685538e1fb4a68117c9a04ec750.tar.gz
goetia-base-1f56527bdfafe685538e1fb4a68117c9a04ec750.tar.bz2
goetia-base-1f56527bdfafe685538e1fb4a68117c9a04ec750.zip
Cleanup ./configurev0.3.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"
}