Edit

thodg/cgminer/autogen.sh

Branch :

  • Show log

    Commit

  • Author : Michael Kedzierski
    Date : 2011-07-02 13:10:30
    Hash : 513b445d
    Message : autogen.sh fix

  • 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 -I m4
    autoheader
    automake --add-missing --copy
    autoconf