projects
/
platform
/
upstream
/
libxkbcommon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
scanner: allow empty key name literals
[platform/upstream/libxkbcommon.git]
/
autogen.sh
1
#!/bin/sh -e
2
3
srcdir=`dirname "$0"`
4
test -z "$srcdir" && srcdir=.
5
6
ORIGDIR=`pwd`
7
cd "$srcdir"
8
9
autoreconf --verbose --install --force --warnings=all
10
cd "$ORIGDIR"
11
12
if test -z "$NOCONFIGURE"; then
13
exec "$srcdir/configure" "$@"
14
fi