From 561296ddc7a51f3cff6110b927be1346c156fb71 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Mon, 22 Jun 2015 02:49:16 +0000 Subject: [PATCH] Add -f argument to autoreconf to regenerate aclocal macros --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 92623fc..36a932d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,2 @@ #!/bin/sh -autoreconf -i -v +autoreconf -i -v -f