Edit

thodg/cgminer/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Jeff Garzik
    Date : 2010-11-24 19:31:12
    Hash : 702e2ac8
    Message : Convert over to autotools. Release version 0.1.

  • autogen.sh
  • #!/bin/sh
    
    # You need autoconf 2.5x, preferably 2.57 or later
    # You need automake 1.7 or later. 1.6 might work.
    
    set -e
    
    aclocal
    autoheader
    automake --gnu --add-missing --copy
    autoconf