From 0ad5a8427c85a6f41b16072ccf3d599c6539fdfc Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 1 May 2001 17:38:51 +0000 Subject: initial attempt at a bootstrap script for developers --- autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..6aebdfd --- /dev/null +++ b/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# If you see no configure script, then run ./autogen.sh to create it +# and procede with the "normal" build instructions. + +autoheader && autoconf -- cgit v1.2.3