From 2030bd21f4923d4ddd4c093f8756451fc35220f8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 12 Apr 2007 16:25:58 +0000 Subject: autogen.sh script to create configure, et al. It's become custom to create a script called autogen.sh, which creates all the auto-generated files using all the appropriate auto* tools when run, so one doesn't have to worry about checking them into the repository. This seems like a good idea, follow suit. --- autogen.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..a38b2682 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/sh -xe +# +# Simple script to run the appropriate autotools from a repository. +# +autoheader +autoconf +rm -rf autom4te.cache config.log -- cgit v1.2.1