From 76fe37dae132d50cbc2b42eb6aac23648339db0d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 26 Nov 2008 14:24:52 +0100 Subject: fdisk: rename ENABLE_CMDTAGQ macro Signed-off-by: Karel Zak --- tools/checkconfig.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/checkconfig.sh b/tools/checkconfig.sh index c5f307387..984e72bea 100755 --- a/tools/checkconfig.sh +++ b/tools/checkconfig.sh @@ -30,8 +30,14 @@ while (( "$#" )); do [ ! -f "$srcfile" ] && continue; + # Note that we use HAVE_ macros since util-linux-ng-2.14. The + # previous version also have used ENABLE_ too. + # + # ENABLE_ and HAVE_ macros shouldn't be used for any other pupose that + # for config/build options. + # DEFINES=$(sed -n -e 's/.*[ \t(]\+\(HAVE_[[:alnum:]]\+[^ \t);]*\).*/\1/p' \ - -e 's/.*[ \t(]\+\(ENABLE_[[:alnum:]]\+[^ \t);]*\).*/\1/p' \ + -e 's/.*[ \t(]\+\(ENABLE_[[:alnum:]]\+[^ \t);]*\).*/\1/p' \ $srcfile | sort -u) [ -z "$DEFINES" ] && continue -- cgit v1.2.3-55-g7522