Edit

IABSD.fr/xenocara/lib/libXaw/autogen.sh

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2021-08-09 17:51:45
    Hash : d31678eb
    Message : Update to libXaw 1.0.14

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