OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBTOOLIZE
(Results
1 - 6
of
6
) sorted by null
/external/libevent/
autogen.sh
13
LIBTOOLIZE
=
libtoolize
16
LIBTOOLIZE
=glibtoolize
20
$
LIBTOOLIZE
&& \
/external/libdaemon/
bootstrap.sh
57
test "x$
LIBTOOLIZE
" = "x" &&
LIBTOOLIZE
=
libtoolize
61
"$
LIBTOOLIZE
" -c --force
/external/freetype/
autogen.sh
121
if test "$
LIBTOOLIZE
"x != x; then
124
LIBTOOLIZE
=glibtoolize
126
LIBTOOLIZE
=
libtoolize
138
check_tool_version $
LIBTOOLIZE
libtoolize
LIBTOOLIZE
2.2.4
156
run $
LIBTOOLIZE
--force --copy --install
/external/libmtp/
autogen.sh
18
echo "Running
libtoolize
"
19
(glibtoolize --version) < /dev/null > /dev/null 2>&1 &&
LIBTOOLIZE
=glibtoolize ||
LIBTOOLIZE
=
libtoolize
20
$
LIBTOOLIZE
--copy --force || fail
/external/libusb/.private/
bm.sh
24
(glibtoolize --version) < /dev/null > /dev/null 2>&1 &&
LIBTOOLIZE
=glibtoolize ||
LIBTOOLIZE
=
libtoolize
25
$
LIBTOOLIZE
--copy --force || exit 1
/external/curl/
buildconf
193
# GNU
libtoolize
preliminary check
201
# have GNU libtool named as 'glibtoolize' and
libtoolize
not being GNU's.
203
libtoolize
=`findtool glibtoolize 2>/dev/null`
204
if test ! -x "$
libtoolize
"; then
205
libtoolize
=`findtool ${
LIBTOOLIZE
:-
libtoolize
}`
207
if test -z "$
libtoolize
"; then
208
echo "buildconf:
libtoolize
not found."
209
echo " You need GNU
libtoolize
$want_lt_version or newer installed.
[
all
...]
Completed in 1389 milliseconds