Edit

kc3-lang/libqrencode/autogen.sh

Branch :

  • Show log

    Commit

  • Author : fukuchi
    Date : 2006-11-02 11:29:05
    Hash : 10ef4b39
    Message :

  • autogen.sh
  • #!/bin/sh
    
    set -e
    
    if [ -d /usr/local/share/aclocal ]; then
        ACLOCAL_DIR=/usr/local/share/aclocal
    else if [ -d /usr/share/aclocal ]; then
        ACLOCAL_DIR=/usr/share/aclocal
        fi
    fi
    
    aclocal -I $ACLOCAL_DIR
    
    libtoolize --automake #--copy
    automake --add-missing #--copy
    
    autoconf