Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2013
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.64 KB | None | 0 0
  1. --- murrine-engine/autogen.sh   2012-05-14 00:41:50.597959910 +0200
  2. +++ murrine-engine-new/autogen.sh   2012-05-14 00:43:51.780444920 +0200
  3. @@ -16,7 +16,10 @@
  4.     DIE=1
  5.  }
  6.  
  7. -if automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
  8. +if automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
  9. +   AUTOMAKE=automake-1.14
  10. +   ACLOCAL=aclocal-1.14
  11. +elif automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
  12.     AUTOMAKE=automake-1.13
  13.     ACLOCAL=aclocal-1.13
  14.  elif automake-1.12 --version < /dev/null > /dev/null 2>&1 ; then
  15.     AUTOMAKE=automake-1.12
  16.     ACLOCAL=aclocal-1.12
  17.  elif automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement