From ced24eea2b4cb36a20e0d17ad1f27bf27a2a46a2 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 4 Sep 2013 05:14:27 +0000 Subject: [PATCH] ICU-9790 bring ICU kicking and screaming into the 20th [sic] century X-SVN-Rev: 34182 --- icu4c/source/{aclocal.m4 => acinclude.m4} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename icu4c/source/{aclocal.m4 => acinclude.m4} (98%) diff --git a/icu4c/source/aclocal.m4 b/icu4c/source/acinclude.m4 similarity index 98% rename from icu4c/source/aclocal.m4 rename to icu4c/source/acinclude.m4 index 7991322e58c..7600b11384f 100644 --- a/icu4c/source/aclocal.m4 +++ b/icu4c/source/acinclude.m4 @@ -1,12 +1,12 @@ # aclocal.m4 for ICU -# Copyright (c) 1999-2012, International Business Machines Corporation and +# Copyright (c) 1999-2013, International Business Machines Corporation and # others. All Rights Reserved. # Stephen F. Booth # @TOP@ # ICU_CHECK_MH_FRAG -AC_DEFUN(ICU_CHECK_MH_FRAG, [ +AC_DEFUN([ICU_CHECK_MH_FRAG], [ AC_CACHE_CHECK( [which Makefile fragment to use for ${host}], [icu_cv_host_frag], @@ -75,7 +75,7 @@ esac ]) # ICU_CONDITIONAL - similar example taken from Automake 1.4 -AC_DEFUN(ICU_CONDITIONAL, +AC_DEFUN([ICU_CONDITIONAL], [AC_SUBST($1_TRUE) if $2; then $1_TRUE= @@ -84,7 +84,7 @@ else fi]) # ICU_PROG_LINK - Make sure that the linker is usable -AC_DEFUN(ICU_PROG_LINK, +AC_DEFUN([ICU_PROG_LINK], [ case "${host}" in *-*-cygwin*|*-*-mingw*) @@ -99,7 +99,7 @@ esac]) # [, ACTION-IF-NOT-FOUND [, OTHER-LIBRARIES]]]) # Search for a library defining FUNC, then see if it's not already available. -AC_DEFUN(AC_SEARCH_LIBS_FIRST, +AC_DEFUN([AC_SEARCH_LIBS_FIRST], [AC_PREREQ([2.13]) AC_CACHE_CHECK([for library containing $1], [ac_cv_search_$1], [ac_func_search_save_LIBS="$LIBS" @@ -124,7 +124,7 @@ fi]) # Check if we can build and use 64-bit libraries -AC_DEFUN(AC_CHECK_64BIT_LIBS, +AC_DEFUN([AC_CHECK_64BIT_LIBS], [ BITS_REQ=nochange ENABLE_64BIT_LIBS=unknown @@ -438,7 +438,7 @@ AC_DEFUN(AC_CHECK_64BIT_LIBS, ]) # Strict compilation options. -AC_DEFUN(AC_CHECK_STRICT_COMPILE, +AC_DEFUN([AC_CHECK_STRICT_COMPILE], [ AC_MSG_CHECKING([whether strict compiling is on]) AC_ARG_ENABLE(strict,[ --enable-strict compile with strict compiler options [default=yes]], [ -- 2.40.0