From 92c7bbecc4cc1f604fe2fae27c07870a6a017adb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 Apr 2009 21:08:53 +0200 Subject: [PATCH] setup.sh: Use generate(). --- gitconfig.m4 | 3 +++ setup.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index 4fec077..49c785c 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -1,3 +1,6 @@ +dnl Load macros. +include(../lib.m4) + [user] name = Simon Ruderich email = simon@ruderich.org diff --git a/setup.sh b/setup.sh index a530d1f..2fd5d54 100755 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ . ../lib.sh # Generate gitconfig. -m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` +generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` # Link setup. link gitconfig ~/.gitconfig -- 2.44.1