Guest User

newer-automakes.patch

a guest
Feb 3rd, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.88 KB | None | 0 0
  1. diff -Naur murrine.old/autogen.sh murrine/autogen.sh
  2. --- murrine.old/autogen.sh  2014-10-10 19:42:40.369018392 +0200
  3. +++ murrine/autogen.sh  2014-10-10 19:43:37.899773129 +0200
  4. @@ -16,7 +16,19 @@
  5.     DIE=1
  6.  }
  7.  
  8. -if automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
  9. +if automake-1.15 --version < /dev/null > /dev/null 2>&1 ; then
  10. +   AUTOMAKE=automake-1.15
  11. +   ACLOCAL=aclocal-1.15
  12. +elif automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
  13. +   AUTOMAKE=automake-1.14
  14. +   ACLOCAL=aclocal-1.14
  15. +elif automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
  16. +   AUTOMAKE=automake-1.13
  17. +   ACLOCAL=aclocal-1.13
  18. +elif automake-1.12 --version < /dev/null > /dev/null 2>&1 ; then
  19. +   AUTOMAKE=automake-1.12
  20. +   ACLOCAL=aclocal-1.12
  21. +elif automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
  22.     AUTOMAKE=automake-1.11
  23.     ACLOCAL=aclocal-1.11
  24.  elif automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
Add Comment
Please, Sign In to add comment