Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-03-03 10:25:03
    Hash : f8abf3e3
    Message : Import bitmap version 1.0.3

  • 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 $?
    
    $srcdir/configure --enable-maintainer-mode "$@"