Searched full:libtoolize (Results 1 – 25 of 54) sorted by relevance
123
4 # libtoolize puts in the m4 directory to be newer than the aclocal.m4 file that6 # again. Moving aclocal to after libtoolize does not seem to cause any13 echo "Looking for a version of libtoolize (which can have different names)..."14 libtoolize=""15 for l in glibtoolize libtoolize15 libtoolize14 libtoolize ; do18 libtoolize=$l25 if [ "x$libtoolize" = "x" ]; then26 echo "Can't find libtoolize on your system"31 $libtoolize -c -f
19 if [ "$LIBTOOLIZE" = "" ] && [ "`uname`" = "Darwin" ]; then20 LIBTOOLIZE=glibtoolize26 LIBTOOLIZE=${LIBTOOLIZE:-libtoolize}43 "$LIBTOOLIZE" --copy
101 for LIBTOOLIZE in libtoolize glibtoolize nope; do102 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break104 if test x$LIBTOOLIZE = xnope; then106 LIBTOOLIZE=libtoolize108 echo $LIBTOOLIZE110 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {151 echo " $LIBTOOLIZE --automake --force"152 $LIBTOOLIZE --automake --force || exit 1
121 if test "$LIBTOOLIZE"x != x; then124 LIBTOOLIZE=glibtoolize126 LIBTOOLIZE=libtoolize138 check_tool_version $LIBTOOLIZE libtoolize LIBTOOLIZE 2.2.4156 run $LIBTOOLIZE --force --copy --install
22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
124 if test "$LIBTOOLIZE"x != x; then127 LIBTOOLIZE=glibtoolize129 LIBTOOLIZE=libtoolize141 check_tool_version $LIBTOOLIZE libtoolize LIBTOOLIZE 2.2.4166 run $LIBTOOLIZE --force --copy --install
54 and that `libtoolize` is called `glibtoolize` on Darwin (OS X).
24 …ibtoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtooli…25 $LIBTOOLIZE --copy --force || exit 1
22 printf "checking for libtoolize... "23 which glibtoolize || which libtoolize || {24 echo "*** No libtoolize (libtool) found, please install it ***"
22 echo -n "checking for libtoolize... "23 which glibtoolize || which libtoolize || {24 echo "*** No libtoolize (libtool) found, please install it ***"
93 # The libtool helper maybe installed as 'libtoolize', checking for 'libtool' first.96 # O.k. libtool not found, searching for libtoolize.97 check_helper libtoolize103 echo "Found 'libtoolize'."
29 libtoolize --force --copy --automake86 libtoolize --force --copy --automake
571 + libtoolize --copy572 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'
6 libtoolize && \
25 libtoolize --force --copy --automake133 libtoolize --force --copy --automake
16 libtoolize --force --copy --automake
77 libtoolize --force --copy --automake
28 libtoolize --force --copy --automake
21 libtoolize or glibtoolize was not found! Please install libtool.
70 find_required_program(libtoolize)
19 (libtoolize --version) < /dev/null > /dev/null 2>&1 ||
55 you *may* want to explicitly set the `LIBTOOL` and `LIBTOOLIZE`60 $ LIBTOOL=glibtool LIBTOOLIZE=glibtoolize make