Paolo Bonzini wrote:
>> How about also adding tests for them?
> 
> Okay, I will.

This should be enough for AS_LINENO_PREPARE:

2008-10-12  Paolo Bonzini  <[EMAIL PROTECTED]>

        * tests/m4sh.at: Use documented AS_LINENO_PREPARE.

diff --git a/tests/m4sh.at b/tests/m4sh.at
index d8542ed..854b4da 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -386,7 +386,7 @@

 AT_DATA_M4SH([script.as],
 [[AS_INIT
-_AS_LINENO_PREPARE
+AS_LINENO_PREPARE

 func_return () {
   (exit $1)
@@ -429,7 +429,7 @@

 AT_DATA_M4SH([script.as],
 [[AS_INIT
-_AS_LINENO_PREPARE
+AS_LINENO_PREPARE

 func_success () {
   return 0
@@ -507,7 +507,6 @@

 AT_DATA_M4SH([script.as],
 [[AS_INIT
-_AS_LINENO_PREPARE

 echo "AS_HELP_STRING([--an-option],[some text])"
 echo "AS_HELP_STRING([--another-much-longer-option],

Paolo


Reply via email to