summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 4de97bf8ed28ac471c23ca0551e0d3d114bcd8dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.

ORIGDIR=`pwd`
cd "$srcdir"

autoreconf --force -v --install || exit 1
cd "$ORIGDIR" || exit $?

git config --local --get format.subjectPrefix ||
    git config --local format.subjectPrefix "PATCH xserver"

if test -z "$NOCONFIGURE"; then
    exec "$srcdir"/configure "$@"
fi
lyFrame2'>feature/RotateFlyFrame2 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/jvmaccess
AgeCommit message (Expand)AuthorFilesLines
2012-02-17merge feature/gbuild_javaDavid Tardon17-339/+214
2012-02-16Reduce verbiage slightlyTor Lillqvist2-2/+6
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+1
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-24remove unused map filesDavid Tardon4-226/+0
2011-12-24gbuildize jvmaccessDavid Tardon13-109/+214
2011-12-15catch exception by const