projects
/
profile
/
ivi
/
wayland.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated package changelog.
[profile/ivi/wayland.git]
/
autogen.sh
1
#! /bin/sh
2
3
test -n "$srcdir" || srcdir=`dirname "$0"`
4
test -n "$srcdir" || srcdir=.
5
(
6
cd "$srcdir" &&
7
autoreconf --force -v --install
8
) || exit
9
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"