Edit

IABSD.fr/xenocara/proto/xcb-proto/autogen.sh

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2024-07-11 08:03:01
    Hash : 37847f9f
    Message : Update to xcb-proto 1.17.0

  • proto/xcb-proto/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 xcbproto"
    
    if test -z "$NOCONFIGURE"; then
        exec "$srcdir"/configure "$@"
    fi