From: Simon Ruderich Date: Mon, 13 Apr 2009 19:02:54 +0000 (+0200) Subject: lib.sh: Add generate() which replaces m4(). X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2b996dfbed52a0ec1592b4820990f97b5147b2d4;hp=2b996dfbed52a0ec1592b4820990f97b5147b2d4;p=config%2Fdotfiles.git lib.sh: Add generate() which replaces m4(). generate() generates files with m4, awk or simply copies it. Add lib.m4 which provides the macro(s) formerly provided by m4(). Use include(../lib.m4) to load it. Also rename setup_warning() to warning(). ---