From e6482bd51014f81dc63af95c94c84ea8fc1af0e1 Mon Sep 17 00:00:00 2001 From: Dominic Radermacher Date: Sun, 26 Aug 2018 10:22:11 +0200 Subject: [PATCH] modified autogen.sh to remove cached files first because result of git-version-gen ist cached while it shouldn't --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 6976ccd..7dcf161 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,3 @@ #!/bin/sh +rm -rf autom4te.cache configure config.* autoreconf --install || exit 1