From ba73b1cc5e97775f5d449573fc5b7269e75b7fcc Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Mon, 13 Oct 2008 23:51:50 +0000 Subject: [PATCH] autogenerate files using autoconf/automake. These files are not VCS controlled, but available on releases. To help ease check-out -> build flow, add a script to run the commands for autogenerating the build scripts. --- autogen.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..1e92ebe --- /dev/null +++ b/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# simplistic script to run after checkout + +aclocal && \ +autoheader && \ +autoconf && \ +automake -a -c