Edit

IABSD.fr/xenocara/font/adobe-utopia-type1/autogen.sh

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-26 15:50:11
    Hash : fdf78b27
    Message : Importing font-adobe-utopia-type1 1.0.1

  • font/adobe-utopia-type1/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 "$@"