From: Simon Ruderich Date: Mon, 16 Feb 2009 13:14:21 +0000 (+0100) Subject: Add m4.sh to process files with m4. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=856e63f63eb829a53ae5f6f6957d93717a561f86;hp=856e63f63eb829a53ae5f6f6957d93717a561f86;p=config%2Fdotfiles.git 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. ---