]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
Add m4.sh to process files with m4.
authorSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 13:14:21 +0000 (14:14 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 13:14:21 +0000 (14:14 +0100)
commit856e63f63eb829a53ae5f6f6957d93717a561f86
treecde4d6389fedafd54896f6ece121f1037771f63d
parentc53733ec69115579bfd9a3bf1233cfac59a36468
Add m4.sh to process files with m4.

The syntax is `m4.sh filename args-to-m4` which processes filename.m4 and
writes it to filename. Additional arguments are passed to m4.

This script differs from just calling m4 that it writes the header "Do not
edit this file" to the generated file to prevent accidental changes.
m4.sh [new file with mode: 0755]