From c98d539bb34a625e863cdcf7f41617cfc0c6f0d7 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 18 Apr 2014 12:13:17 +0200 Subject: [PATCH] Force regeneration of configure script As the version string is auto-generated from the git-describe(1) output, the configure script may need to be regenerated even if configure.ac wasn't modified. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 58209a34e..a347f68b6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,3 @@ # generate a new autoconf aclocal -I m4 -autoconf \ No newline at end of file +autoconf -f