mirror of
https://https.git.savannah.gnu.org/git/m4.git
synced 2026-01-26 07:37:56 +00:00
* examples: Move from here... * doc/examples: ...to here. * Makefile.am (EXTRA_DIST, dist_pkgdata_DATA): Adjust. * README, doc/m4.texi, tests/builtins.at, tests/generate.awk, tests/others.at: Likewise. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
# Cannot use real hostname program because test would fail
|
|
define(`hostname', esyscmd(`echo www.gnu.org'))dnl
|
|
`hostname = >>'hostname`<<'
|
|
define(`hostname',
|
|
pushdef(`_tmp', `$1')_tmp(translit(esyscmd(`echo www.gnu.org'), `.', `,'))`'popdef(`_tmp'))dnl
|
|
`hostname = >>'hostname`<<'
|