From 86bf8205c8300db41d36b6e498100f4449ab3a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 28 Sep 2011 12:48:36 +0000 Subject: renamed AC_ to IEM_ svn path=/trunk/externals/zexy/; revision=15371 --- m4/iem_fat.m4 | 4 ++-- m4/iem_simd.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'm4') diff --git a/m4/iem_fat.m4 b/m4/iem_fat.m4 index bb1238d..f587734 100644 --- a/m4/iem_fat.m4 +++ b/m4/iem_fat.m4 @@ -3,7 +3,7 @@ dnl This file is free software; IOhannes m zm dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_DEFUN([AC_CHECK_FAT], +AC_DEFUN([IEM_CHECK_FAT], [ AC_ARG_ENABLE(fat-binary, [ --enable-fat-binary=ARCHS @@ -49,4 +49,4 @@ if test "$fat_binary" != no; then undefine([Name]) fi -])# AC_CHECK_FAT +])# IEM_CHECK_FAT diff --git a/m4/iem_simd.m4 b/m4/iem_simd.m4 index 7f89558..38a8137 100644 --- a/m4/iem_simd.m4 +++ b/m4/iem_simd.m4 @@ -3,7 +3,7 @@ dnl This file is free software; IOhannes m zm dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. -AC_DEFUN([AC_CHECK_SIMD], +AC_DEFUN([IEM_CHECK_SIMD], [ AC_ARG_ENABLE(simd, [ --enable-simd=ARCHS @@ -35,4 +35,4 @@ if test "$simd" != no; then esac done fi -])# AC_CHECK_SIMD +])# IEM_CHECK_SIMD -- cgit v1.2.1