[virt-tools-list] [PATCH 40/47] Run configure at end of autogen.sh

Daniel P. Berrange berrange at redhat.com
Wed Aug 25 19:37:35 UTC 2010


It is usual practice to run configure at the end of
autogen.sh to save having to manually run it afterwards

* autogen.sh: Run configure
---
 autogen.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 2bacd4c..de14206 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,3 +4,4 @@ aclocal
 autoheader
 autoconf --force
 automake --add-missing
+./configure
-- 
1.7.2.1




More information about the virt-tools-list mailing list