OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libtoolize
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluez/
bootstrap
5
libtoolize
--automake --copy --force && \
/external/chromium/third_party/libevent/
autogen.sh
2
LIBTOOLIZE
=
libtoolize
5
LIBTOOLIZE
=glibtoolize
9
$
LIBTOOLIZE
&& \
/external/libpng/
autogen.sh
9
echo "running
libtoolize
" >&2
10
libtoolize
--force --copy --automake
CHANGES
[
all
...]
/external/oprofile/
autogen.sh
38
libtoolize
--automake -c
/external/bluetooth/glib/
autogen.sh
16
if
libtoolize
--version < /dev/null > /dev/null 2>&1 ; then
17
libtool_version=`
libtoolize
--version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
105
libtoolize
--force || exit $?
/external/dbus/
autogen.sh
46
(
libtoolize
--version) < /dev/null > /dev/null 2>&1 || {
48
echo "You must have
libtoolize
installed to compile $PROJECT."
67
libtoolize
--copy --force
/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
Completed in 739 milliseconds