]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
fix AC_SYS_INTERPRETER
authorDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 02:08:08 +0000 (02:08 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 26 Aug 1994 02:08:08 +0000 (02:08 +0000)
acspecific.m4
lib/autoconf/specific.m4

index d61ac5055ded95b571c6df2164724f20d090397e..dba47d44ce6f8eb27e099a3e59629b7af750a136 100644 (file)
@@ -1327,7 +1327,9 @@ dnl ### Checks for operating system services
 dnl
 dnl
 AC_DEFUN(AC_SYS_INTERPRETER,
-[AC_MSG_CHECKING(whether [#]! works in shell scripts)
+[# Pull the hash mark out of the macro call to avoid m4 problems.
+ac_msg="whether #! works in shell scripts"
+AC_MSG_CHECKING($ac_msg)
 AC_CACHE_VAL(ac_cv_sys_interpreter,
 [echo '#!/bin/cat
 exit 69
index d61ac5055ded95b571c6df2164724f20d090397e..dba47d44ce6f8eb27e099a3e59629b7af750a136 100644 (file)
@@ -1327,7 +1327,9 @@ dnl ### Checks for operating system services
 dnl
 dnl
 AC_DEFUN(AC_SYS_INTERPRETER,
-[AC_MSG_CHECKING(whether [#]! works in shell scripts)
+[# Pull the hash mark out of the macro call to avoid m4 problems.
+ac_msg="whether #! works in shell scripts"
+AC_MSG_CHECKING($ac_msg)
 AC_CACHE_VAL(ac_cv_sys_interpreter,
 [echo '#!/bin/cat
 exit 69