summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-11-29 12:34:33 +0100
committerRuediger Meier2016-11-29 12:42:11 +0100
commita341a5e2e439fd035e94da3036068e7cc1153d4a (patch)
treef4b849b5a2f094b04b0211b2683f305c714eb6ef /configure.ac
parentbuild-sys: fix bashism, introduced in 85004b14 (diff)
downloadkernel-qcow2-util-linux-a341a5e2e439fd035e94da3036068e7cc1153d4a.tar.gz
kernel-qcow2-util-linux-a341a5e2e439fd035e94da3036068e7cc1153d4a.tar.xz
kernel-qcow2-util-linux-a341a5e2e439fd035e94da3036068e7cc1153d4a.zip
build-sys: cosmetics, avoid useless m4 quotes
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f4f79e15..dddc6a9ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ PACKAGE_VERSION_MAJOR=$(echo $PACKAGE_VERSION | awk -F. '{print $1}')
PACKAGE_VERSION_MINOR=$(echo $PACKAGE_VERSION | awk -F. '{
sub("-.*","",$2); print $2}')
PACKAGE_VERSION_RELEASE=$(echo $PACKAGE_VERSION | awk -F. '{
- sub("-.*","",$3); print $3 ~ /^@<:@[0-9]@:>@+$/ ? $3 : 0}')
+ sub("-.*","",$3); print $3 ~ /^@<:@0-9@:>@+$/ ? $3 : 0}')
dnl libblkid version
LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"