From 0d5fe06cc6d6b6034b3fee251c741586d81f7bf8 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 23 Sep 2011 00:13:40 +0300 Subject: [PATCH] Remove config.aux --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 912388b..49c7608 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,6 +24,7 @@ Last chance to bail out (^C) before we continue." [ -e "$file" ] && [ -f "$file" ] && rm -f "$file" done [ -e "$cachedir" ] && rm -rf "$cachedir" + rmdir -p config.aux 2>/dev/null exit 0 } -- 2.11.4.GIT