]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: don't lose prior configure args on autogen.sh
authorEric Blake <eblake@redhat.com>
Thu, 25 Mar 2010 23:37:32 +0000 (17:37 -0600)
committerJim Meyering <meyering@redhat.com>
Fri, 26 Mar 2010 18:16:37 +0000 (19:16 +0100)
commit508da563b905273c794b2402f8f9533d734c999b
tree28c65d56013e762ac0e9e47b7cb92f5c2e60d2c8
parentf0dc84d83f786f386cca2f375c662fcd166f08bd
build: don't lose prior configure args on autogen.sh

My prior patch forced an autogen.sh run, and I was surprised that the
suggested './autogen.sh' lost the fact that I had previously used
'./autogen.sh -C' for speed.

* autogen.sh: Use config.status, if present and there were no arguments.

Signed-off-by: Eric Blake <eblake@redhat.com>
autogen.sh