Edit

IABSD.fr/xenocara/proto/dri2proto/autogen.sh

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-09-14 16:49:19
    Hash : 894de211
    Message : dri2proto 1.1

  • proto/dri2proto/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 "$@"