Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2019-08-15 17:51:00
    Hash : ef2032d6
    Message : Update to xmodmap 1.0.10

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