Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2023-03-12 17:22:02
    Hash : c05ceaf4
    Message : Update all font packages to latest versions. Main change is the use of the new XORG_DEFAULT_NOCODE_OPTIONS autotools option that reduces the configure scripts by a fair amount. Will speed up builds a bit. No actual changes to fonts.

  • 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 $?
    
    git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
        git config --local format.subjectPrefix "PATCH font/adobe-utopia-type1"
    
    if test -z "$NOCONFIGURE"; then
        exec "$srcdir"/configure "$@"
    fi