autogen.sh: pass --force to autoreconf, quote ORIGDIR
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 9 Mar 2015 11:46:07 +0000 (11:46 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 11 Mar 2015 23:28:26 +0000 (23:28 +0000)
commit30916a5ef008a84e53d9821ccc11a0dee50fe77b
treea897a3cdb5dc565efe547f91e223e8360c0e1559
parenta385d18598b28bf935e4460b86ce3f9e095a8015
autogen.sh: pass --force to autoreconf, quote ORIGDIR

By passing --force autoreconf will update all the aux files, which would
otherwise be ignored if one updates autoconf/automake.

Quote the ORIGDIR variable to prevent fall-outs, when its name contains
space.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
autogen.sh