diff options
author | Adam Jackson <ajax@redhat.com> | 2016-05-18 15:19:50 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-05-18 15:19:50 -0400 |
commit | b167145a51153eccc16a3e43f7ed0faea7e6c762 (patch) | |
tree | 9142cd638eec584a9204cd0d8201e4527bef9ed2 | |
parent | cc29fbc1fe86ae4dfe2f4eaae7352ea86aa4acac (diff) |
autogen: Add a default patch prefix
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? +git config --local --get format.subjectPrefix || + git config --local format.subjectPrefix "PATCH libxtrans" + if test -z "$NOCONFIGURE"; then $srcdir/configure "$@" fi |