]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
reword warning
authorDavid MacKenzie <djm@djmnet.org>
Fri, 4 Nov 1994 04:12:52 +0000 (04:12 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 4 Nov 1994 04:12:52 +0000 (04:12 +0000)
acgeneral.m4
lib/autoconf/general.m4

index cb6a54b4ec2212c34446966ae5f4d5a9d2a6883c..a89403440a2a5108fd199d3475ffea10dd2ea632 100644 (file)
@@ -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])
index cb6a54b4ec2212c34446966ae5f4d5a9d2a6883c..a89403440a2a5108fd199d3475ffea10dd2ea632 100644 (file)
@@ -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])