Home
last modified time | relevance | path

Searched full:libtoolize (Results 1 – 25 of 54) sorted by relevance

123

/third_party/pcre2/pcre2/
Dautogen.sh4 # libtoolize puts in the m4 directory to be newer than the aclocal.m4 file that
6 # again. Moving aclocal to after libtoolize does not seem to cause any
13 echo "Looking for a version of libtoolize (which can have different names)..."
14 libtoolize=""
15 for l in glibtoolize libtoolize15 libtoolize14 libtoolize ; do
18 libtoolize=$l
25 if [ "x$libtoolize" = "x" ]; then
26 echo "Can't find libtoolize on your system"
31 $libtoolize -c -f
/third_party/libuv/
Dautogen.sh19 if [ "$LIBTOOLIZE" = "" ] && [ "`uname`" = "Darwin" ]; then
20 LIBTOOLIZE=glibtoolize
26 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}
43 "$LIBTOOLIZE" --copy
/third_party/libsnd/
Dautogen.sh101 for LIBTOOLIZE in libtoolize glibtoolize nope; do
102 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
104 if test x$LIBTOOLIZE = xnope; then
106 LIBTOOLIZE=libtoolize
108 echo $LIBTOOLIZE
110 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
151 echo " $LIBTOOLIZE --automake --force"
152 $LIBTOOLIZE --automake --force || exit 1
/third_party/flutter/skia/third_party/externals/freetype/
Dautogen.sh121 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
DREADME.git22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
/third_party/freetype/
Dautogen.sh121 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
DREADME.git22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
/third_party/skia/third_party/externals/freetype/
Dautogen.sh124 if test "$LIBTOOLIZE"x != x; then
127 LIBTOOLIZE=glibtoolize
129 LIBTOOLIZE=libtoolize
141 check_tool_version $LIBTOOLIZE libtoolize LIBTOOLIZE 2.2.4
166 run $LIBTOOLIZE --force --copy --install
DREADME.git54 and that `libtoolize` is called `glibtoolize` on Darwin (OS X).
/third_party/libusb/.private/
Dbm.sh24 …ibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtooli…
25 $LIBTOOLIZE --copy --force || exit 1
/third_party/skia/third_party/externals/harfbuzz/
Dautogen.sh22 printf "checking for libtoolize... "
23 which glibtoolize || which libtoolize || {
24 echo "*** No libtoolize (libtool) found, please install it ***"
/third_party/harfbuzz/
Dautogen.sh22 printf "checking for libtoolize... "
23 which glibtoolize || which libtoolize || {
24 echo "*** No libtoolize (libtool) found, please install it ***"
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dautogen.sh22 echo -n "checking for libtoolize... "
23 which glibtoolize || which libtoolize || {
24 echo "*** No libtoolize (libtool) found, please install it ***"
/third_party/libcoap/
Dautogen.sh93 # The libtool helper maybe installed as 'libtoolize', checking for 'libtool' first.
96 # O.k. libtool not found, searching for libtoolize.
97 check_helper libtoolize
103 echo "Found 'libtoolize'."
/third_party/alsa-lib/.github/workflows/
Dbuild.yml29 libtoolize --force --copy --automake
86 libtoolize --force --copy --automake
/third_party/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'
/third_party/f2fs-tools/
Dautogen.sh6 libtoolize && \
/third_party/alsa-utils/.github/workflows/
Dbuild.yml25 libtoolize --force --copy --automake
133 libtoolize --force --copy --automake
/third_party/alsa-lib/
Dohos_build_config.sh16 libtoolize --force --copy --automake
Dgitcompile77 libtoolize --force --copy --automake
DINSTALL28 libtoolize --force --copy --automake
/third_party/libusb/
DREADME.git21 libtoolize or glibtoolize was not found! Please install libtool.
/third_party/mindspore/cmake/
Dcheck_requirements.cmake70 find_required_program(libtoolize)
/third_party/libxml2/
Dautogen.sh19 (libtoolize --version) < /dev/null > /dev/null 2>&1 ||
/third_party/grpc/
DBUILDING.md55 you *may* want to explicitly set the `LIBTOOL` and `LIBTOOLIZE`
60 $ LIBTOOL=glibtool LIBTOOLIZE=glibtoolize make

123