Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2018-05-21 17:05:09
    Hash : 169077e6
    Message : Update to xinit 1.4.0

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