projects
/
profile
/
ivi
/
ico-uxf-homescreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Delete as named ico_send_inputevent tool (It is contained in weston-plugin).
[profile/ivi/ico-uxf-homescreen.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" "$@"