autoconf: (AC_RSH): Use AC_FATAL.

From 3d0db3b8b15104989a49031ef37a446fa5832313 Mon Sep 17 00:00:00 2001
From: "Matthew D. Langston" <[EMAIL REDACTED]>
Date: Wed, 2 Jun 1999 15:15:56 +0000
Subject: [PATCH] (AC_RSH): Use AC_FATAL. (AC_ARG_ARRAY): Idem.
 (AC_HAVE_BOUNDBANG): Idem.

---
 acspecific.m4            | 9 +++------
 lib/autoconf/specific.m4 | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

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,