From 88a0b1cd12a72392a6c9663f4761e083597fea44 Mon Sep 17 00:00:00 2001 From: marco candrian Date: Sat, 5 Jan 2008 11:35:00 +0100 Subject: [PATCH] autogen.sh added --- autogen.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..01c075c9 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +echo "Generating configure files... may take a while." + +autoreconf --install --force && \ + echo "Preparing was successful if there was no error messages above." && \ + echo "Now type:" && \ + echo " ./configure && make" && \ + echo "Run './configure --help' for more information"