[poppler] Patch to detect automake-1.10 in autogen.sh
Krzysztof Kowalczyk
kkowalczyk at gmail.com
Sun Sep 9 19:43:51 PDT 2007
Running ./autogen.sh for CVS HEAD on latest Ubuntu 7.04 complains
because it only checks for autogen-1.7-1.9. I know nothing about
autotools but it seems logical that the patch below should fix it.
Empirically, it did fix it for me.
-- kjk
Index: autogen.sh
===================================================================
RCS file: /cvs/poppler/poppler/autogen.sh,v
retrieving revision 1.4
diff -u -r1.4 autogen.sh
--- autogen.sh 2 Jan 2006 00:06:45 -0000 1.4
+++ autogen.sh 10 Sep 2007 02:37:16 -0000
@@ -9,11 +9,12 @@
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" ;;
- 1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8
automake-1.9" ;;
- 1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9" ;;
- 1.8*) automake_progs="automake-1.8 automake-1.9" ;;
- 1.9*) automake_progs="automake-1.9" ;;
+ 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" ;;
esac
# Print types
-------------- next part --------------
A non-text attachment was scrubbed...
Name: out.patch
Type: application/octet-stream
Size: 1279 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/poppler/attachments/20070909/e8ca21e6/attachment.obj
More information about the poppler
mailing list