Edit

IABSD.fr/xenocara/dist/xkeyboard-config/autogen.sh

Branch :

  • Show log

    Commit

  • Author : danj
    Date : 2017-02-08 21:33:42
    Hash : e252a263
    Message : Update to xkeyboard-config 2.20 ok matthieu@

  • dist/xkeyboard-config/autogen.sh
  • #! /bin/sh
    
    srcdir=`dirname "$0"`
    test -z "$srcdir" && srcdir=.
    
    ORIGDIR=`pwd`
    cd "$srcdir"
    
    autopoint --force
    AUTOPOINT='intltoolize --automake --copy' autoreconf -v --install --force || exit 1
    
    git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
        git config --local format.subjectPrefix "PATCH xkeyboard-config"
    
    cd "$ORIGDIR" || exit $?
    if test -z "$NOCONFIGURE"; then
        exec "$srcdir"/configure "$@"
    fi