source:
trunk/essentials/sys-devel/m4/examples/esyscmd.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
1 | define(`hostname', esyscmd(`hostname'))dnl |
2 | `hostname = >>'hostname`<<' |
3 | define(`hostname', |
4 | pushdef(`_tmp', `$1')_tmp(translit(esyscmd(`hostname'), `.', `,'))`'popdef(`_tmp'))dnl |
5 | `hostname = >>'hostname`<<' |
Note:
See TracBrowser
for help on using the repository browser.