From: Matthew D. Langston Date: Wed, 2 Jun 1999 15:15:56 +0000 (+0000) Subject: (AC_RSH): Use AC_FATAL. X-Git-Tag: exp-1999-06-18~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0db3b8b15104989a49031ef37a446fa5832313;p=thirdparty%2Fautoconf.git (AC_RSH): Use AC_FATAL. (AC_ARG_ARRAY): Idem. (AC_HAVE_BOUNDBANG): Idem. --- diff --git a/acspecific.m4 b/acspecific.m4 index f81c21ee..23eb4c8b 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -683,8 +683,7 @@ AC_SUBST(LN_S)dnl ]) define(AC_RSH, -[errprint(__file__:__line__: [$0] has been removed; replace it with equivalent code -)m4exit(4)]) +[AC_FATAL([$0 has been removed; replace it with equivalent code], 4)]) dnl ### Checks for header files @@ -2127,8 +2126,7 @@ AC_MSG_RESULT([${ac_cv_c_stringize}]) ])dnl define(AC_ARG_ARRAY, -[errprint(__file__:__line__: [$0] has been removed; don't do unportable things with arguments -)m4exit(4)]) +[AC_FATAL([$0 has been removed; don't do unportable things with arguments], 4)]) dnl Check the object extension used by the compiler: typically .o or dnl .obj. If this is called, some other behaviour will change, @@ -2548,8 +2546,7 @@ interpval="$ac_cv_sys_interpreter" ]) define(AC_HAVE_POUNDBANG, -[errprint(__file__:__line__: [$0 has been replaced by AC_SYS_INTERPRETER, taking no arguments -])m4exit(4)]) +[AC_FATAL([$0 has been replaced by AC_SYS_INTERPRETER, taking no arguments], 4)]) AC_DEFUN(AC_SYS_LONG_FILE_NAMES, [AC_CACHE_CHECK(for long file names, ac_cv_sys_long_file_names, diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index f81c21ee..23eb4c8b 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -683,8 +683,7 @@ AC_SUBST(LN_S)dnl ]) define(AC_RSH, -[errprint(__file__:__line__: [$0] has been removed; replace it with equivalent code -)m4exit(4)]) +[AC_FATAL([$0 has been removed; replace it with equivalent code], 4)]) dnl ### Checks for header files @@ -2127,8 +2126,7 @@ AC_MSG_RESULT([${ac_cv_c_stringize}]) ])dnl define(AC_ARG_ARRAY, -[errprint(__file__:__line__: [$0] has been removed; don't do unportable things with arguments -)m4exit(4)]) +[AC_FATAL([$0 has been removed; don't do unportable things with arguments], 4)]) dnl Check the object extension used by the compiler: typically .o or dnl .obj. If this is called, some other behaviour will change, @@ -2548,8 +2546,7 @@ interpval="$ac_cv_sys_interpreter" ]) define(AC_HAVE_POUNDBANG, -[errprint(__file__:__line__: [$0 has been replaced by AC_SYS_INTERPRETER, taking no arguments -])m4exit(4)]) +[AC_FATAL([$0 has been replaced by AC_SYS_INTERPRETER, taking no arguments], 4)]) AC_DEFUN(AC_SYS_LONG_FILE_NAMES, [AC_CACHE_CHECK(for long file names, ac_cv_sys_long_file_names,