Searched refs:libtoolize (Results 1 – 23 of 23) sorted by relevance
35 if libtoolize --version >/dev/null 2>&1; then36 libtoolize=libtoolize38 libtoolize=glibtoolize40 libtoolize=""42 if [ "x$libtoolize" = "x" ]; then49 $libtoolize --copy --force --automake
748 * libtoolize is now invoked correctly from the bootstrap.sh script.
80 libtoolize=`findtool glibtoolize 2>/dev/null`81 if test ! -x "$libtoolize"; then82 libtoolize=`findtool ${LIBTOOLIZE:-libtoolize}`84 if test -z "$libtoolize"; then90 lt_pver=`$libtoolize --version 2>/dev/null|head -n 1`184 ${libtoolize} --copy --automake --force || die "libtoolize command failed"
36 if which libtoolize >/dev/null38 _LIBTOOLIZE=`which libtoolize`
126 LIBTOOLIZE=libtoolize138 check_tool_version $LIBTOOLIZE libtoolize LIBTOOLIZE 2.2.4
22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
984 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force1063 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force2667 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force2719 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force3899 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force6291 * builds/unix/ltmain.sh: Regenerated with `libtoolize --force
4578 * autogen.sh: Add option `--install' to libtoolize.6648 and we must call `glibtoolize', since `libtoolize' doesn't exist.
7 libtoolize && \
6 libtoolize && \
5 libtoolize && aclocal && autoconf && automake --add-missing
23 which glibtoolize || which libtoolize || {
13 LIBTOOLIZE=libtoolize
19 (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
884 autogen: Only check for libtoolize (Colin Walters),
24 …btoolize --version) < /dev/null > /dev/null 2>&1 && LIBTOOLIZE=glibtoolize || LIBTOOLIZE=libtoolize
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'
21 libtoolize or glibtoolize was not found! Please install libtool.
101 libtoolize --force
70 dnl libtool/libtoolize; version 2.4.2 is the tested version. This or any
3914 Check libtool/libtoolize version number (2.4.2) in configure.ac
32 # This was added at the suggestion of libtoolize (03-Jan-10)
44 # internally without being caught accidentally by the sed scan in libtoolize.