From 255755cb2a3abf34440792748325c98c9a61f766 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 12:07:47 -0400 Subject: Partial autotools conversion to help out Joe --- buildconf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 buildconf (limited to 'buildconf') diff --git a/buildconf b/buildconf new file mode 100755 index 0000000..fab73d5 --- /dev/null +++ b/buildconf @@ -0,0 +1,4 @@ +#!/bin/bash +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in libsysfs/Makefile.in src/Makefile.in configure && +aclocal && autoheader && automake && autoconf && +rm -rf autom4te*.cache -- cgit