source: trunk/essentials/sys-devel/m4/examples/esyscmd.m4

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 206 bytes
Line 
1define(`hostname', esyscmd(`hostname'))dnl
2`hostname = >>'hostname`<<'
3define(`hostname',
4pushdef(`_tmp', `$1')_tmp(translit(esyscmd(`hostname'), `.', `,'))`'popdef(`_tmp'))dnl
5`hostname = >>'hostname`<<'
Note: See TracBrowser for help on using the repository browser.