mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-24 10:54:42 +08:00
Test AS_ME_PREPARE.
* tests/m4sh.at (as_me): New test.
This commit is contained in:
parent
45f473304f
commit
50109ed5c2
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -343,6 +343,27 @@ AT_CLEANUP
|
||||
|
||||
|
||||
|
||||
## ------- ##
|
||||
## 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. ##
|
||||
## ----------------------------- ##
|
||||
|
Loading…
Reference in New Issue
Block a user