From cbe0dad20c7c22f8f0f2b11759f4f79807529d46 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Fri, 4 May 2007 08:53:28 +0000 Subject: [PATCH] Script to auto-prepare a freshly checked out copy of ALBERTA. --- fromsvnreconf.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 fromsvnreconf.sh diff --git a/fromsvnreconf.sh b/fromsvnreconf.sh new file mode 100755 index 0000000..a127c3b --- /dev/null +++ b/fromsvnreconf.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +# Prepare a freshly checked-out copy: + +set -x + +./generate-alberta-automakefiles.sh +autoreconf --force --install -- GitLab