Displaying 1 result from an estimated 1 matches for "25cf94e".
2009 Aug 12
1
[PATCH libguestfs] build: enable automake's color-tests option
...ake, and if found,
dumb-down our usage of AM_INIT_AUTOMAKE to exclude the offending option.
---
autogen.sh | 9 +++++++++
configure.ac | 2 +-
daemon/configure.ac | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 5179623..25cf94e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,6 +32,15 @@ else
./bootstrap && echo "$t" > $curr_status
fi
+# In order to accommodate versions of automake that are older than 1.11
+# remove options that we find useful but that would otherwise not be recognized.
+v=$(aut...