[PATCH libinputmapper 10/13] autogen: force autoreconf

Peter Hutterer peter.hutterer at who-t.net
Tue Aug 27 18:00:21 PDT 2013


Especially libtool has a habit of being annoying between versions,
requiring a autoreconf --force.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 8da8bbd..7edcbb9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 mkdir -p m4
-autoreconf -is
+autoreconf -is --force
 
 if test -z "$NOCONFIGURE" ; then
     exec ./configure "$@"
-- 
1.8.2.1



More information about the Input-tools mailing list