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

/httpd/support/
H A Dapxs.in357 my $libtool = `$apr_config --apr-libtool`;
358 chomp($libtool);
431 push(@cmds, "$libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $apr_includedir $apu_includedir $opt -c -o $lo $s && touch $slo");
456 my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;
460 $apu_libs=`$apu_config --ldflags --link-libtool --libs`;
472 push(@cmds, "$libtool $ltflags --mode=link $CFG_CC $ldflags -o $dso_file $opt $lo");
505 "$libtool' $f $CFG_LIBEXECDIR");

Completed in 8 milliseconds