Home
last modified time | relevance | path

Searched refs:libtoolize (Results 1 – 23 of 23) sorted by relevance

/external/iperf3/
Dbootstrap.sh35 if libtoolize --version >/dev/null 2>&1; then
36 libtoolize=libtoolize
38 libtoolize=glibtoolize
40 libtoolize=""
42 if [ "x$libtoolize" = "x" ]; then
49 $libtoolize --copy --force --automake
DRELNOTES.md748 * libtoolize is now invoked correctly from the bootstrap.sh script.
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dbuildconf80 libtoolize=`findtool glibtoolize 2>/dev/null`
81 if test ! -x "$libtoolize"; then
82 libtoolize=`findtool ${LIBTOOLIZE:-libtoolize}`
84 if test -z "$libtoolize"; then
90 lt_pver=`$libtoolize --version 2>/dev/null|head -n 1`
184 ${libtoolize} --copy --automake --force || die "libtoolize command failed"
/external/usrsctp/
Dbootstrap36 if which libtoolize >/dev/null
38 _LIBTOOLIZE=`which libtoolize`
/external/freetype/
Dautogen.sh126 LIBTOOLIZE=libtoolize
138 check_tool_version $LIBTOOLIZE libtoolize LIBTOOLIZE 2.2.4
DREADME.git22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
DChangeLog.21984 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
1063 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
2667 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
2719 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
3899 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
6291 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
DChangeLog.234578 * autogen.sh: Add option `--install' to libtoolize.
6648 and we must call `glibtoolize', since `libtoolize' doesn't exist.
/external/erofs-utils/
Dautogen.sh7 libtoolize && \
/external/f2fs-tools/
Dautogen.sh6 libtoolize && \
/external/adhd/cras/
Dgit_prepare.sh5 libtoolize && aclocal && autoconf && automake --add-missing
/external/harfbuzz_ng/
Dautogen.sh23 which glibtoolize || which libtoolize || {
/external/libevent/
Dautogen.sh13 LIBTOOLIZE=libtoolize
/external/libxml2/
Dautogen.sh19 (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
DNEWS884 autogen: Only check for libtoolize (Colin Walters),
/external/libusb/.private/
Dbm.sh24 …btoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
/external/libwebsockets/READMEs/
DREADME.build.md571 + libtoolize --copy
572 libtoolize: putting auxiliary files in '.'.
573 libtoolize: copying file './ltmain.sh'
574 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
575 libtoolize: copying file 'm4/libtool.m4'
576 libtoolize: copying file 'm4/ltoptions.m4'
577 libtoolize: copying file 'm4/ltsugar.m4'
578 libtoolize: copying file 'm4/ltversion.m4'
579 libtoolize: copying file 'm4/lt~obsolete.m4'
/external/libusb/
DREADME.git21 libtoolize or glibtoolize was not found! Please install libtool.
/external/libexif/
DREADME101 libtoolize --force
/external/libpng/
Dconfigure.ac70 dnl libtool/libtoolize; version 2.4.2 is the tested version. This or any
DCHANGES3914 Check libtool/libtoolize version number (2.4.2) in configure.ac
/external/pcre/dist2/
Dconfigure.ac32 # This was added at the suggestion of libtoolize (03-Jan-10)
/external/python/cpython2/Modules/_ctypes/libffi/
Daclocal.m444 # internally without being caught accidentally by the sed scan in libtoolize.