From 6c44d26e31ac6b4c4c59052034d8ce64b1fd0507 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 19 Mar 2005 12:49:03 +0000 Subject: Adding autogen.sh file. --- autogen.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..8f047c99 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +echo "Generating build information using aclocal, autoheader, automake and autoconf." +echo + +# Regerate configuration files +aclocal +autoheader +automake --gnu --add-missing --copy +autoconf + +echo +echo "Now you are ready to run ./configure" -- cgit v1.2.3-70-g09d2