Edit

IABSD.fr/xenocara/app/bitmap/autogen.sh

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2015-01-25 11:30:36
    Hash : d6201822
    Message : Update to bitmap 1.0.8

  • app/bitmap/autogen.sh
  • #! /bin/sh
    
    srcdir=`dirname $0`
    test -z "$srcdir" && srcdir=.
    
    ORIGDIR=`pwd`
    cd $srcdir
    
    autoreconf -v --install || exit 1
    cd $ORIGDIR || exit $?
    
    if test -z "$NOCONFIGURE"; then
        $srcdir/configure "$@"
    fi