diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ autoreconf -v --install || exit 1 cd "$ORIGDIR" || exit $? git config --local --get format.subjectPrefix >/dev/null 2>&1 || - git config --local format.subjectPrefix "PATCH x11proto" + git config --local format.subjectPrefix "PATCH xorgproto" if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" |