diff options
author | Adam Jackson <ajax@redhat.com> | 2016-05-18 11:49:52 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-06-10 09:49:54 -0400 |
commit | 79084468fb844e386a72d938c67be0728959a2bd (patch) | |
tree | a0b99e4138b708df8cea87f5ae788777be31f134 /autogen.sh | |
parent | 7557fe152d9948bcb4b805bb7b6b6f8121bd34fb (diff) |
autogen: Set a default subject prefix for patches
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'autogen.sh')
-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 libXfont" + if test -z "$NOCONFIGURE"; then $srcdir/configure "$@" fi |