[poppler] autogen.sh
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Aug 25 12:02:48 PDT 2009
autogen.sh | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
New commits:
commit e7dd1c47b01d8f31599ee686eafbe7c54d7c023a
Author: Christian Persch <chpe at gnome.org>
Date: Tue Aug 25 21:01:13 2009 +0200
Fix automake check, and add automake 1.11 support
Fix the automake checks to take the *newest* version available, not the
oldest one. Add support for automake 1.11. FDO#23473.
diff --git a/autogen.sh b/autogen.sh
index 659e708..6a4d508 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,12 +10,13 @@ REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.7}
case $REQUIRED_AUTOMAKE_VERSION in
1.4*) automake_progs="automake-1.4" ;;
- 1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10" ;;
- 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 automake-1.10" ;;
- 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10" ;;
- 1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10" ;;
- 1.9*) automake_progs="automake-1.9 automake-1.10" ;;
- 1.10*) automake_progs="automake-1.10" ;;
+ 1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
+ 1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
+ 1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
+ 1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
+ 1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
+ 1.10*) automake_progs="automake-1.11 automake-1.10" ;;
+ 1.11*) automake_progs="automake-1.11" ;;
esac
# Print types
More information about the poppler
mailing list