From 55df1539c9d330732e88bd196afee386db6e4a1d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 7 Jul 2015 11:35:30 +0200 Subject: obsoleted --- m4/arch.m4 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 m4/arch.m4 (limited to 'm4') diff --git a/m4/arch.m4 b/m4/arch.m4 deleted file mode 100644 index f17b427..0000000 --- a/m4/arch.m4 +++ /dev/null @@ -1,13 +0,0 @@ - -dnl SET_ARCH(ARCHNAME, PATTERN) -dnl -dnl Define ARCH_ condition if the pattern match with the current -dnl architecture -dnl -AC_DEFUN([SET_ARCH], [ - cpu_$1=false - case "$host" in - $2) cpu_$1=true ;; - esac - AM_CONDITIONAL(AS_TR_CPP(ARCH_$1), [test "x$cpu_$1" = xtrue]) -]) -- cgit v1.2.3