From ea521a296cc6888e631d9c9efd6ccb11a995bc21 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 16 Sep 2011 13:05:45 -0400 Subject: Part of configure change --- buildconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconf b/buildconf index a902800..a30b547 100755 --- a/buildconf +++ b/buildconf @@ -1,4 +1,4 @@ #!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure && -aclocal && autoheader && automake && autoconf && +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure +aclocal && autoheader && automake && autoconf rm -rf autom4te*.cache -- cgit