From: David MacKenzie Date: Fri, 4 Nov 1994 04:12:52 +0000 (+0000) Subject: reword warning X-Git-Tag: fsf-origin~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7beb4df22fb4f2cacdf6576711de0362fc57da33;p=thirdparty%2Fautoconf.git reword warning --- diff --git a/acgeneral.m4 b/acgeneral.m4 index cb6a54b4e..a89403440 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1368,7 +1368,7 @@ AC_DEFUN(AC_TRY_RUN, [AC_REQUIRE([AC_C_CROSS])dnl if test "$cross_compiling" = yes; then ifelse([$4], , - [errprint(__file__:__line__: warning: test program without default to allow cross compiling + [errprint(__file__:__line__: warning: [AC_TRY_RUN] called without default to allow cross compiling )dnl AC_MSG_ERROR(can not run test program while cross compiling)], [$4]) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index cb6a54b4e..a89403440 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1368,7 +1368,7 @@ AC_DEFUN(AC_TRY_RUN, [AC_REQUIRE([AC_C_CROSS])dnl if test "$cross_compiling" = yes; then ifelse([$4], , - [errprint(__file__:__line__: warning: test program without default to allow cross compiling + [errprint(__file__:__line__: warning: [AC_TRY_RUN] called without default to allow cross compiling )dnl AC_MSG_ERROR(can not run test program while cross compiling)], [$4])