17a84e134Smrg#! /bin/sh 27a84e134Smrg 35ec34c4cSmrgsrcdir=`dirname "$0"` 47a84e134Smrgtest -z "$srcdir" && srcdir=. 57a84e134Smrg 67a84e134SmrgORIGDIR=`pwd` 75ec34c4cSmrgcd "$srcdir" 87a84e134Smrg 97a84e134Smrgautoreconf -v --install || exit 1 105ec34c4cSmrgcd "$ORIGDIR" || exit $? 115ec34c4cSmrg 125ec34c4cSmrggit config --local --get format.subjectPrefix >/dev/null 2>&1 || 135ec34c4cSmrg git config --local format.subjectPrefix "PATCH libXaw" 147a84e134Smrg 15c8571806Smrgif test -z "$NOCONFIGURE"; then 165ec34c4cSmrg exec "$srcdir"/configure "$@" 17c8571806Smrgfi 18