diff options
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 libxtrans" + if test -z "$NOCONFIGURE"; then $srcdir/configure "$@" fi |