* tests/m4sh.at (as_me): New test.
+2008-10-13 Paolo Bonzini <bonzini@gnu.org>
+
+ Test AS_ME_PREPARE.
+ * tests/m4sh.at (as_me): New test.
+
2008-10-13 Paolo Bonzini <bonzini@gnu.org>
Add and document AS_INIT_GENERATED.
+## ------- ##
+## as_me. ##
+## ------- ##
+
+AT_SETUP([as_me])
+AT_KEYWORDS([m4sh])
+
+AT_DATA_M4SH([script.as],
+[[AS_INIT
+AS_ME_PREPARE
+test "$as_me" = script || AS_ECHO([["incorrect value of \$as_me: $as_me"]])
+]])
+
+AT_CHECK_M4SH
+AT_CHECK([./script])
+
+AT_CLEANUP
+
+
+
+
## ----------------------------- ##
## Negated classes in globbing. ##
## ----------------------------- ##