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/chromium/third_party/libevent/
autogen.sh
2
LIBTOOLIZE
=
libtoolize
5
LIBTOOLIZE
=glibtoolize
9
$
LIBTOOLIZE
&& \
/external/libusb_aah/
autogen.sh
3
# use
libtoolize
if available, otherwise look for glibtoolize (darwin)
4
if (
libtoolize
--version) < /dev/null > /dev/null 2>&1; then
5
LIBTOOLIZE
=
libtoolize
7
LIBTOOLIZE
=glibtoolize
9
echo "
libtoolize
or glibtoolize was not found! Please install libtool."
13
$
LIBTOOLIZE
--copy --force || exit 1
/external/chromium/sdch/open-vcdiff/
autogen.sh
28
LIBTOOLIZE
=
libtoolize
29
if test -z `which "$
LIBTOOLIZE
"`; then
30
LIBTOOLIZE
=glibtoolize
45
grep -q LIBTOOL configure.ac && "$
LIBTOOLIZE
" -c -f
/external/harfbuzz/
autogen.sh
15
LIBTOOLIZE
=${
LIBTOOLIZE
-
libtoolize
}
24
if $
LIBTOOLIZE
--version < /dev/null > /dev/null 2>&1 ; then
25
libtool_version=`$
LIBTOOLIZE
--version | sed 's/^[^0-9]*\([0-9].[0-9.]*\).*/\1/'`
99
echo Running $
LIBTOOLIZE
$LIBTOOLIZE_FLAGS
100
$
LIBTOOLIZE
$LIBTOOLIZE_FLAGS
/external/open-vcdiff/
autogen.sh
42
LIBTOOLIZE
=
libtoolize
43
if test -z `which "$
LIBTOOLIZE
"`; then
44
LIBTOOLIZE
=glibtoolize
59
grep -q LIBTOOL configure.ac && "$
LIBTOOLIZE
" -c -f
/external/libvorbis/
autogen.sh
88
for
LIBTOOLIZE
in
libtoolize
glibtoolize nope; do
89
($
LIBTOOLIZE
--version) < /dev/null > /dev/null 2>&1 && break
91
if test x$
LIBTOOLIZE
= xnope; then
93
LIBTOOLIZE
=
libtoolize
95
echo $
LIBTOOLIZE
97
($
LIBTOOLIZE
--version) < /dev/null > /dev/null 2>&1 || {
119
echo " $
LIBTOOLIZE
--automake"
120
$
LIBTOOLIZE
--automake || exit
[
all
...]
Completed in 248 milliseconds