Searched refs:libtool (Results 1 - 25 of 191) sorted by relevance

12345678

/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dmaybe-valgrind.sh50 if [ ! -f "${tobjdir}/libtool" ]; then
51 echo "libtool missing from \"${tobjdir}\""
57 libtool="${tobjdir}/libtool --mode=execute"
64 libtool=
68 exec $libtool $valgrind "$@"
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/
H A Dbuildconf.sh33 # Create the libtool helper files
37 # rely on libtool's versions
39 echo "Copying libtool helper files using $libtoolize"
41 # Remove any libtool files so one can switch between libtool versions
44 m4files='argz.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4'
47 # Determine libtool version, because --copy behaves differently
48 # w.r.t. copying libtool.m4
53 # libtool 1
57 if [ -f libtool
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dbuildconf37 # Create the libtool helper files
41 # rely on libtool's versions
43 echo "buildconf: copying libtool helper files using $libtoolize"
45 # Remove any libtool files so one can switch between libtool versions
47 rm -f aclocal.m4 libtool.m4
48 (cd build ; rm -f ltconfig ltmain.sh argz.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4)
50 # Determine libtool version, because --copy behaves differently
51 # w.r.t. copying libtool.m4
56 # libtool
[all...]
H A Dapr-config.in70 --link-libtool print the libtool inputs for linking to APR
74 --apr-lib-target print the libtool target information
75 --apr-libtool print the path to APR's libtool
79 When linking with libtool, an application should do something like:
80 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-libtool --libs\`"
192 --link-libtool)
201 # Since the user is specifying they are linking with libtool, we
202 # *know* that -R will be recognized by libtool
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dbuildcheck.sh35 # Sample libtool --version outputs:
36 # ltmain.sh (GNU libtool) 1.3.3 (1.385.2.181 1999/07/02 15:49:11)
37 # ltmain.sh (GNU libtool 1.1361 2004/01/02 23:10:52) 1.5a
40 # Require libtool 1.4 or newer
41 libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14`
42 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
44 echo "buildconf: libtool not found."
45 echo " You need libtool version 1.4 or newer installed"
58 echo "buildconf: libtool versio
[all...]
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dbuildcheck.sh35 # Sample libtool --version outputs:
36 # ltmain.sh (GNU libtool) 1.3.3 (1.385.2.181 1999/07/02 15:49:11)
37 # ltmain.sh (GNU libtool 1.1361 2004/01/02 23:10:52) 1.5a
40 # Require libtool 1.4 or newer
41 libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14`
42 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
44 echo "buildconf: libtool not found."
45 echo " You need libtool version 1.4 or newer installed"
58 echo "buildconf: libtool versio
[all...]
/macosx-10.9.5/apr-30/apr/apr/
H A Dbuildconf37 # Create the libtool helper files
41 # rely on libtool's versions
43 echo "buildconf: copying libtool helper files using $libtoolize"
45 # Remove any libtool files so one can switch between libtool 1.3
46 # and libtool 1.4 by simply rerunning the buildconf script.
47 (cd build ; rm -f ltconfig ltmain.sh libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4)
54 if [ -f libtool.m4 ]; then
55 ltfile=`pwd`/libtool.m4
63 ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool
[all...]
H A Dapr-config.in70 --link-libtool print the libtool inputs for linking to APR
74 --apr-lib-target print the libtool target information
75 --apr-libtool print the path to APR's libtool
79 When linking with libtool, an application should do something like:
80 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-libtool --libs\`"
192 --link-libtool)
201 # Since the user is specifying they are linking with libtool, we
202 # *know* that -R will be recognized by libtool
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/
H A DBUILD-LINUX64-DEBUG.SH83 cp /usr/bin/libtool .
H A DBUILD-LINUX-DEBUG.SH83 cp /usr/bin/libtool .
H A DBUILD-LINUX.SH83 cp /usr/bin/libtool .
H A DBUILD-LINUX64.SH81 cp /usr/bin/libtool .
/macosx-10.9.5/curl-78.94.1/curl/
H A Dbuildconf192 # GNU libtool preliminary check
200 # have GNU libtool named as 'glibtool' and libtool not being GNU's.
202 libtool=`findtool glibtool 2>/dev/null`
203 if test ! -x "$libtool"; then
204 libtool=`findtool ${LIBTOOL:-libtool}`
206 if test -z "$libtool"; then
207 echo "buildconf: libtool not found."
208 echo " You need GNU libtool
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/
H A Dbuildconf.sh13 # Create the libtool helper files
20 echo "Copying libtool helper files ..."
22 # Remove any m4 cache and libtool files so one can switch between
23 # autoconf and libtool versions by simply rerunning the buildconf script.
25 m4files='lt~obsolete.m4 ltversion.m4 ltoptions.m4 argz.m4 ltsugar.m4 libtool.m4'
33 # find libtool.m4
35 if [ ! -f libtool.m4 ]; then
37 ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4}
39 echo "libtool.m4 found at $ltfile"
40 cp $ltfile conftools/libtool
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A DMakefile5 LIBTOOL=../../../libtool
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dcheck-install.sh85 check_tool ${readme} libtool "GNU libtool" || ret=1
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/Heimdal-323.92.1/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Ddepcomp50 libtool Whether libtool is used (yes/no).
102 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
178 if test "$libtool" = yes; then
230 if test "$libtool" = yes; then
317 if test "$libtool" = yes; then
362 if test "$libtool" = yes; then
364 # static library. This mechanism is used in libtool 1.4 series to
366 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
368 # With libtool 1.
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Ddepcomp50 libtool Whether libtool is used (yes/no).
93 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
169 if test "$libtool" = yes; then
221 if test "$libtool" = yes; then
308 if test "$libtool" = yes; then
348 if test "$libtool" = yes; then
350 # static library. This mechanism is used in libtool 1.4 series to
352 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
354 # With libtool 1.
[all...]

Completed in 151 milliseconds

12345678