Advertisement
Guest User

Untitled

a guest
Nov 1st, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. diff -uNr lxpolkit/autogen.sh lxpolkit-patch/autogen.sh
  2. --- lxpolkit/autogen.sh 2012-11-01 23:46:27.925570540 +0100
  3. +++ lxpolkit-patch/autogen.sh 2012-11-01 23:48:44.193692981 +0100
  4. @@ -4,7 +4,7 @@
  5. AUTOMAKE=${AUTOMAKE:-automake}
  6. AM_INSTALLED_VERSION=$($AUTOMAKE --version | sed -e '2,$ d' -e 's/.* \([0-9]*\.[0-9]*\).*/\1/')
  7.  
  8. -if [ "$AM_INSTALLED_VERSION" != "1.10" \
  9. +if [ "$AM_INSTALLED_VERSION" != "1.12" \
  10. -a "$AM_INSTALLED_VERSION" != "1.11" ];then
  11. echo
  12. echo "You must have automake > 1.10 or 1.11 installed to compile this program."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement