From 6c69b30813d9ce798a972cc24ce1d870c38aae30 Mon Sep 17 00:00:00 2001 From: Dave West Date: Thu, 20 Mar 2008 20:48:13 +0000 Subject: [PATCH] Bootstrap now calls mk_svn_revision.sh for the package builders. --- citadel/bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/citadel/bootstrap b/citadel/bootstrap index a1ddb3057..61a7e8088 100755 --- a/citadel/bootstrap +++ b/citadel/bootstrap @@ -22,6 +22,9 @@ rm -rf autom4te*.cache echo ... running autoheader ... autoheader +echo ... running mk_svn_revision.sh ... +./mk_svn_revision.sh + echo echo This script has been tested with autoconf 2.53 and echo automake 1.5. Other versions may work, but we recommend -- 2.39.2