Created
January 18, 2014 23:12
-
-
Save swisspol/8498120 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./build.sh | |
++ xcode-select --print-path | |
+ DEVELOPER=/Applications/Xcode.app/Contents/Developer | |
+ PLATFORM=iPhoneOS | |
+ ARCH=armv7 | |
+ IPHONE_SDK=7.0 | |
+ IPHONE_MIN_VERSION=5.0 | |
+ VERSION=1.3.0 | |
+ NASM_VERSION=2.10.09 | |
+ AUTOCONF_VERSION=2.69 | |
+ AUTOMAKE_VERSION=1.13 | |
+ LIBTOOL_VERSION=2.4.2 | |
++ pwd | |
+ GNU_PATH=/tmp/libjpeg/gnu | |
+ rm -rf /tmp/libjpeg/gnu | |
+ mkdir -p /tmp/libjpeg/gnu/bin | |
+ export PATH=/tmp/libjpeg/gnu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/usr/local/mysql/bin | |
+ PATH=/tmp/libjpeg/gnu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/usr/local/mysql/bin | |
+ '[' '!' -f autoconf-2.69.tar.gz ']' | |
+ curl -O http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1882k 100 1882k 0 0 693k 0 0:00:02 0:00:02 --:--:-- 693k | |
+ rm -rf autoconf-2.69 | |
+ tar -xzf autoconf-2.69.tar.gz | |
+ pushd autoconf-2.69 | |
/tmp/libjpeg/autoconf-2.69 /tmp/libjpeg | |
+ ./configure --prefix=/tmp/libjpeg/gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
configure: autobuild project... GNU Autoconf | |
configure: autobuild revision... 2.69 | |
configure: autobuild hostname... polbookpro | |
configure: autobuild timestamp... 20140118T230855Z | |
checking whether /bin/sh -n is known to work... yes | |
checking for characters that cannot appear in file names... none | |
checking whether directories can have trailing spaces... yes | |
checking for expr... /bin/expr | |
checking for GNU M4 that supports accurate traces... /usr/bin/m4 | |
checking whether /usr/bin/m4 accepts --gnu... no | |
configure: WARNING: the version of M4 that was found does not support -g | |
configure: WARNING: using it with POSIXLY_CORRECT set may cause problems | |
checking how m4 supports trace files... --error-output | |
checking for perl... /usr/bin/perl | |
checking whether /usr/bin/perl Fcntl::flock is implemented... yes | |
checking for emacs... emacs | |
checking whether emacs is sufficiently recent... yes | |
checking for emacs... emacs | |
checking where .elc files should go... ${datarootdir}/emacs/site-lisp | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether make is case sensitive... yes | |
configure: creating ./config.status | |
config.status: creating tests/Makefile | |
config.status: creating tests/atlocal | |
config.status: creating man/Makefile | |
config.status: creating lib/emacs/Makefile | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/Autom4te/Makefile | |
config.status: creating lib/autoscan/Makefile | |
config.status: creating lib/m4sugar/Makefile | |
config.status: creating lib/autoconf/Makefile | |
config.status: creating lib/autotest/Makefile | |
config.status: creating bin/Makefile | |
config.status: executing tests/atconfig commands | |
+ make -j4 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in bin | |
rm -f autom4te autom4te.tmp | |
cd ../lib && /Applications/Xcode.app/Contents/Developer/usr/bin/make autom4te.cfg | |
cd ../lib/m4sugar && /Applications/Xcode.app/Contents/Developer/usr/bin/make version.m4 | |
rm -f autoheader autoheader.tmp | |
srcdir=''; \ | |
test -f ./autom4te.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp | |
srcdir=''; \ | |
test -f ./autoheader.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoheader.in; do not edit by hand.|g' ${srcdir}autoheader.in >autoheader.tmp | |
rm -f autom4te.cfg autom4te.tmp | |
:;{ \ | |
echo '# This file is part of -*- Autoconf -*-.' && \ | |
echo '# Version of Autoconf.' && \ | |
echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \ | |
echo '# Free Software Foundation, Inc.' && \ | |
echo &&\ | |
echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])' && \ | |
echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])' && \ | |
echo 'm4_define([m4_PACKAGE_VERSION], [2.69])' && \ | |
echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.69])' && \ | |
echo 'm4_define([m4_PACKAGE_BUGREPORT], [[email protected]])' && \ | |
echo 'm4_define([m4_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])' && \ | |
echo 'm4_define([m4_PACKAGE_YEAR], ['`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \ | |
} > version.m4-t | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@AWK[@]|awk|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./autom4te.in >autom4te.tmp | |
mv version.m4-t version.m4 | |
rm -f autoreconf autoreconf.tmp | |
srcdir=''; \ | |
test -f ./autoreconf.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoreconf.in; do not edit by hand.|g' ${srcdir}autoreconf.in >autoreconf.tmp | |
chmod +x autoheader.tmp | |
chmod a-w autom4te.tmp | |
chmod a-w autoheader.tmp | |
chmod +x autom4te.tmp | |
mv autom4te.tmp autom4te.cfg | |
mv autoheader.tmp autoheader | |
chmod a-w autom4te.tmp | |
rm -f ifnames ifnames.tmp | |
rm -f autoscan autoscan.tmp | |
mv autom4te.tmp autom4te | |
srcdir=''; \ | |
test -f ./ifnames.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from ifnames.in; do not edit by hand.|g' ${srcdir}ifnames.in >ifnames.tmp | |
srcdir=''; \ | |
test -f ./autoscan.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoscan.in; do not edit by hand.|g' ${srcdir}autoscan.in >autoscan.tmp | |
rm -f autoupdate autoupdate.tmp | |
srcdir=''; \ | |
test -f ./autoupdate.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoupdate.in; do not edit by hand.|g' ${srcdir}autoupdate.in >autoupdate.tmp | |
chmod +x autoreconf.tmp | |
chmod a-w autoreconf.tmp | |
mv autoreconf.tmp autoreconf | |
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache '' --melt ./autoconf.as -o autoconf.in | |
chmod +x ifnames.tmp | |
chmod a-w ifnames.tmp | |
chmod +x autoscan.tmp | |
mv ifnames.tmp ifnames | |
chmod a-w autoscan.tmp | |
mv autoscan.tmp autoscan | |
chmod +x autoupdate.tmp | |
chmod a-w autoupdate.tmp | |
mv autoupdate.tmp autoupdate | |
rm -f autoconf autoconf.tmp | |
srcdir=''; \ | |
test -f ./autoconf.in || srcdir=./; \ | |
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/tmp/libjpeg/gnu/bin|g' -e 's|@pkgdatadir[@]|/tmp/libjpeg/gnu/share/autoconf|g' -e 's|@prefix[@]|/tmp/libjpeg/gnu|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/usr/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--error-output|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|awk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autoconf.in; do not edit by hand.|g' ${srcdir}autoconf.in >autoconf.tmp | |
chmod +x autoconf.tmp | |
chmod a-w autoconf.tmp | |
mv autoconf.tmp autoconf | |
Making all in . | |
make[2]: Nothing to be done for `all-am'. | |
Making all in lib | |
Making all in Autom4te | |
make[3]: Nothing to be done for `all'. | |
Making all in m4sugar | |
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ | |
--language=m4sugar \ | |
--freeze \ | |
--output=m4sugar.m4f | |
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ | |
--language=m4sh \ | |
--freeze \ | |
--output=m4sh.m4f | |
Making all in autoconf | |
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ | |
--language=autoconf \ | |
--freeze \ | |
--output=autoconf.m4f | |
Making all in autotest | |
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib \ | |
--language=autotest \ | |
--freeze \ | |
--output=autotest.m4f | |
Making all in autoscan | |
echo '# Automatically Generated: do not edit this file' >autoscan.list | |
sed '/^[#]/!q' ./autoscan.pre >>autoscan.list | |
( \ | |
sed -n '/^[^#]/p' ./autoscan.pre; \ | |
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg' ../../bin/autom4te -B '../..'/lib -B '../..'/lib --cache '' -M -l autoconf -t'AN_OUTPUT:$1: $2 $3' \ | |
) | LC_ALL=C sort >>autoscan.list | |
Making all in emacs | |
WARNING: Warnings can be ignored. :-) | |
if test "emacs" != no; then \ | |
set x; \ | |
list='autoconf-mode.el autotest-mode.el'; for p in $list; do \ | |
if test -f "$p"; then d=; else d="./"; fi; \ | |
set x "$@" "$d$p"; shift; \ | |
done; \ | |
shift; \ | |
EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ | |
else : ; fi | |
Wrote /tmp/libjpeg/autoconf-2.69/lib/emacs/elc.72287/autoconf-mode.elc | |
Wrote /tmp/libjpeg/autoconf-2.69/lib/emacs/elc.72287/autotest-mode.elc | |
make[3]: Nothing to be done for `all-am'. | |
Making all in doc | |
make[2]: Nothing to be done for `all'. | |
Making all in tests | |
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' ../bin/autom4te -B '..'/lib -B '..'/lib --language=M4sh ./wrapper.as -o wrapper.in | |
rm -f autoconf autoconf.tmp | |
rm -f autoheader autoheader.tmp | |
rm -f autom4te autom4te.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoconf.tmp | |
rm -f autoreconf autoreconf.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoheader.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autom4te.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoreconf.tmp | |
chmod +x autoconf.tmp | |
chmod +x autom4te.tmp | |
chmod +x autoreconf.tmp | |
chmod +x autoheader.tmp | |
chmod a-w autoconf.tmp | |
chmod a-w autom4te.tmp | |
chmod a-w autoreconf.tmp | |
mv -f autoconf.tmp autoconf | |
chmod a-w autoheader.tmp | |
mv -f autoreconf.tmp autoreconf | |
mv -f autom4te.tmp autom4te | |
mv -f autoheader.tmp autoheader | |
rm -f autoscan autoscan.tmp | |
rm -f autoupdate autoupdate.tmp | |
rm -f ifnames ifnames.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoscan.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >autoupdate.tmp | |
input=wrapper.in; \ | |
sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/tmp/libjpeg/autoconf-2.69|g' -e 's|@abs_top_builddir[@]|/tmp/libjpeg/autoconf-2.69|g' -e "s|@configure_input[@]|Generated from $input.|g" wrapper.in >ifnames.tmp | |
chmod +x autoscan.tmp | |
chmod +x autoupdate.tmp | |
chmod +x ifnames.tmp | |
chmod a-w autoscan.tmp | |
chmod a-w autoupdate.tmp | |
chmod a-w ifnames.tmp | |
mv -f autoscan.tmp autoscan | |
mv -f autoupdate.tmp autoupdate | |
mv -f ifnames.tmp ifnames | |
Making all in man | |
make[2]: Nothing to be done for `all'. | |
+ make install | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
Making install in bin | |
test -z "/tmp/libjpeg/gnu/bin" || ../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/bin" | |
/usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/tmp/libjpeg/gnu/bin' | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in . | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf" || build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf" | |
/usr/bin/install -c -m 644 ./INSTALL '/tmp/libjpeg/gnu/share/autoconf' | |
Making install in lib | |
Making install in Autom4te | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf/Autom4te" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/Autom4te" | |
/usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm Configure_ac.pm FileUtils.pm General.pm Getopt.pm Request.pm XFile.pm '/tmp/libjpeg/gnu/share/autoconf/Autom4te' | |
Making install in m4sugar | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/m4sugar" | |
/usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/tmp/libjpeg/gnu/share/autoconf/m4sugar' | |
test -z "/tmp/libjpeg/gnu/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/m4sugar" | |
/usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/tmp/libjpeg/gnu/share/autoconf/m4sugar' | |
Making install in autoconf | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/autoconf" | |
/usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4 specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4 c.m4 erlang.m4 fortran.m4 functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4 '/tmp/libjpeg/gnu/share/autoconf/autoconf' | |
test -z "/tmp/libjpeg/gnu/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/autoconf" | |
/usr/bin/install -c -m 644 autoconf.m4f '/tmp/libjpeg/gnu/share/autoconf/autoconf' | |
Making install in autotest | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/autotest" | |
/usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/tmp/libjpeg/gnu/share/autoconf/autotest' | |
test -z "/tmp/libjpeg/gnu/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/autotest" | |
/usr/bin/install -c -m 644 autotest.m4f '/tmp/libjpeg/gnu/share/autoconf/autotest' | |
Making install in autoscan | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf/autoscan" || ../../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf/autoscan" | |
/usr/bin/install -c -m 644 autoscan.list '/tmp/libjpeg/gnu/share/autoconf/autoscan' | |
Making install in emacs | |
make[4]: Nothing to be done for `install-exec-am'. | |
/usr/bin/install -c -m 644 'autoconf-mode.el' '/tmp/libjpeg/gnu/share/emacs/site-lisp/autoconf-mode.el' | |
/usr/bin/install -c -m 644 'autoconf-mode.elc' '/tmp/libjpeg/gnu/share/emacs/site-lisp/autoconf-mode.elc' | |
/usr/bin/install -c -m 644 'autotest-mode.el' '/tmp/libjpeg/gnu/share/emacs/site-lisp/autotest-mode.el' | |
/usr/bin/install -c -m 644 'autotest-mode.elc' '/tmp/libjpeg/gnu/share/emacs/site-lisp/autotest-mode.elc' | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/autoconf" || ../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/autoconf" | |
/usr/bin/install -c -m 644 autom4te.cfg '/tmp/libjpeg/gnu/share/autoconf' | |
Making install in doc | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/info" || ../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/info" | |
/usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/tmp/libjpeg/gnu/share/info' | |
install-info --info-dir='/tmp/libjpeg/gnu/share/info' '/tmp/libjpeg/gnu/share/info/autoconf.info' | |
install-info --info-dir='/tmp/libjpeg/gnu/share/info' '/tmp/libjpeg/gnu/share/info/standards.info' | |
Making install in tests | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in man | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/tmp/libjpeg/gnu/share/man/man1" || ../build-aux/install-sh -c -d "/tmp/libjpeg/gnu/share/man/man1" | |
/usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1 ./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1 ./config.sub.1 '/tmp/libjpeg/gnu/share/man/man1' | |
+ popd | |
/tmp/libjpeg | |
+ '[' '!' -f automake-2.69.tar.gz ']' | |
+ curl -O http://ftp.gnu.org/gnu/automake/automake-1.13.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 2087k 100 2087k 0 0 658k 0 0:00:03 0:00:03 --:--:-- 658k | |
+ rm -rf automake-1.13 | |
+ tar -xvf automake-1.13.tar.gz | |
x automake-1.13/ | |
x automake-1.13/contrib/ | |
x automake-1.13/contrib/README | |
x automake-1.13/contrib/multilib/ | |
x automake-1.13/contrib/multilib/symlink-tree | |
x automake-1.13/contrib/multilib/config-ml.in | |
x automake-1.13/contrib/multilib/README | |
x automake-1.13/contrib/multilib/multilib.am | |
x automake-1.13/contrib/multilib/multi.m4 | |
x automake-1.13/contrib/t/ | |
x automake-1.13/contrib/t/local.am | |
x automake-1.13/contrib/t/parallel-tests-html-recursive.sh | |
x automake-1.13/contrib/t/parallel-tests-html.sh | |
x automake-1.13/contrib/t/multilib.sh | |
x automake-1.13/contrib/t/help-multilib.sh | |
x automake-1.13/contrib/check-html.am | |
x automake-1.13/syntax-checks.mk | |
x automake-1.13/configure | |
x automake-1.13/runtest.in | |
x automake-1.13/Makefile.am | |
x automake-1.13/gen-testsuite-part | |
x automake-1.13/AUTHORS | |
x automake-1.13/bootstrap.sh | |
x automake-1.13/HACKING | |
x automake-1.13/lib/ | |
x automake-1.13/lib/compile | |
x automake-1.13/lib/config.sub | |
x automake-1.13/lib/mdate-sh | |
x automake-1.13/lib/update-copyright | |
x automake-1.13/lib/tap-driver.sh | |
x automake-1.13/lib/gnupload | |
x automake-1.13/lib/gendocs_template | |
x automake-1.13/lib/Automake/ | |
x automake-1.13/lib/Automake/VarDef.pm | |
x automake-1.13/lib/Automake/ChannelDefs.pm | |
x automake-1.13/lib/Automake/Configure_ac.pm | |
x automake-1.13/lib/Automake/Variable.pm | |
x automake-1.13/lib/Automake/ItemDef.pm | |
x automake-1.13/lib/Automake/FileUtils.pm | |
x automake-1.13/lib/Automake/Condition.pm | |
x automake-1.13/lib/Automake/Item.pm | |
x automake-1.13/lib/Automake/Wrap.pm | |
x automake-1.13/lib/Automake/DisjConditions.pm | |
x automake-1.13/lib/Automake/Location.pm | |
x automake-1.13/lib/Automake/Options.pm | |
x automake-1.13/lib/Automake/Channels.pm | |
x automake-1.13/lib/Automake/General.pm | |
x automake-1.13/lib/Automake/RuleDef.pm | |
x automake-1.13/lib/Automake/Config.in | |
x automake-1.13/lib/Automake/Rule.pm | |
x automake-1.13/lib/Automake/Version.pm | |
x automake-1.13/lib/Automake/Getopt.pm | |
x automake-1.13/lib/Automake/XFile.pm | |
x automake-1.13/lib/depcomp | |
x automake-1.13/lib/INSTALL | |
x automake-1.13/lib/tap-driver.pl | |
x automake-1.13/lib/COPYING | |
x automake-1.13/lib/am/ | |
x automake-1.13/lib/am/clean.am | |
x automake-1.13/lib/am/ltlib.am | |
x automake-1.13/lib/am/install.am | |
x automake-1.13/lib/am/clean-hdr.am | |
x automake-1.13/lib/am/lex.am | |
x automake-1.13/lib/am/lisp.am | |
x automake-1.13/lib/am/library.am | |
x automake-1.13/lib/am/vala.am | |
x automake-1.13/lib/am/texinfos.am | |
x automake-1.13/lib/am/texibuild.am | |
x automake-1.13/lib/am/header.am | |
x automake-1.13/lib/am/program.am | |
x automake-1.13/lib/am/yacc.am | |
x automake-1.13/lib/am/distdir.am | |
x automake-1.13/lib/am/configure.am | |
x automake-1.13/lib/am/progs.am | |
x automake-1.13/lib/am/ltlibrary.am | |
x automake-1.13/lib/am/footer.am | |
x automake-1.13/lib/am/texi-vers.am | |
x automake-1.13/lib/am/data.am | |
x automake-1.13/lib/am/scripts.am | |
x automake-1.13/lib/am/java.am | |
x automake-1.13/lib/am/mans-vars.am | |
x automake-1.13/lib/am/depend2.am | |
x automake-1.13/lib/am/dejagnu.am | |
x automake-1.13/lib/am/libtool.am | |
x automake-1.13/lib/am/remake-hdr.am | |
x automake-1.13/lib/am/libs.am | |
x automake-1.13/lib/am/check.am | |
x automake-1.13/lib/am/tags.am | |
x automake-1.13/lib/am/header-vars.am | |
x automake-1.13/lib/am/depend.am | |
x automake-1.13/lib/am/compile.am | |
x automake-1.13/lib/am/mans.am | |
x automake-1.13/lib/am/python.am | |
x automake-1.13/lib/am/lang-compile.am | |
x automake-1.13/lib/am/inst-vars.am | |
x automake-1.13/lib/am/subdirs.am | |
x automake-1.13/lib/am/check2.am | |
x automake-1.13/lib/py-compile | |
x automake-1.13/lib/texinfo.tex | |
x automake-1.13/lib/gitlog-to-changelog | |
x automake-1.13/lib/test-driver | |
x automake-1.13/lib/gendocs.sh | |
x automake-1.13/lib/mkinstalldirs | |
x automake-1.13/lib/config.guess | |
x automake-1.13/lib/install-sh | |
x automake-1.13/lib/ar-lib | |
x automake-1.13/lib/missing | |
x automake-1.13/lib/ylwrap | |
x automake-1.13/README | |
x automake-1.13/aclocal.in | |
x automake-1.13/THANKS | |
x automake-1.13/INSTALL | |
x automake-1.13/GNUmakefile | |
x automake-1.13/COPYING | |
x automake-1.13/ChangeLog | |
x automake-1.13/m4/ | |
x automake-1.13/m4/gcj.m4 | |
x automake-1.13/m4/as.m4 | |
x automake-1.13/m4/make.m4 | |
x automake-1.13/m4/minuso.m4 | |
x automake-1.13/m4/auxdir.m4 | |
x automake-1.13/m4/protos.m4 | |
x automake-1.13/m4/strip.m4 | |
x automake-1.13/m4/silent.m4 | |
x automake-1.13/m4/amversion.in | |
x automake-1.13/m4/amversion.m4 | |
x automake-1.13/m4/substnot.m4 | |
x automake-1.13/m4/python.m4 | |
x automake-1.13/m4/ar-lib.m4 | |
x automake-1.13/m4/mkdirp.m4 | |
x automake-1.13/m4/install-sh.m4 | |
x automake-1.13/m4/runlog.m4 | |
x automake-1.13/m4/extra-recurs.m4 | |
x automake-1.13/m4/internal/ | |
x automake-1.13/m4/internal/ac-config-macro-dirs.m4 | |
x automake-1.13/m4/depend.m4 | |
x automake-1.13/m4/lead-dot.m4 | |
x automake-1.13/m4/upc.m4 | |
x automake-1.13/m4/maintainer.m4 | |
x automake-1.13/m4/depout.m4 | |
x automake-1.13/m4/cond-if.m4 | |
x automake-1.13/m4/dmalloc.m4 | |
x automake-1.13/m4/cond.m4 | |
x automake-1.13/m4/options.m4 | |
x automake-1.13/m4/lispdir.m4 | |
x automake-1.13/m4/acdir/ | |
x automake-1.13/m4/acdir/README | |
x automake-1.13/m4/tar.m4 | |
x automake-1.13/m4/init.m4 | |
x automake-1.13/m4/sanity.m4 | |
x automake-1.13/m4/vala.m4 | |
x automake-1.13/m4/missing.m4 | |
x automake-1.13/m4/lex.m4 | |
x automake-1.13/Makefile.in | |
x automake-1.13/maint.mk | |
x automake-1.13/configure.ac | |
x automake-1.13/old/ | |
x automake-1.13/old/ChangeLog.01 | |
x automake-1.13/old/ChangeLog.98 | |
x automake-1.13/old/ChangeLog-tests | |
x automake-1.13/old/ChangeLog.04 | |
x automake-1.13/old/ChangeLog.02 | |
x automake-1.13/old/ChangeLog.00 | |
x automake-1.13/old/ChangeLog.96 | |
x automake-1.13/old/ChangeLog.03 | |
x automake-1.13/old/TODO | |
x automake-1.13/old/ChangeLog.11 | |
x automake-1.13/old/ChangeLog.09 | |
x automake-1.13/.git-log-fix | |
x automake-1.13/t/ | |
x automake-1.13/t/reqd2.sh | |
x automake-1.13/t/double.sh | |
x automake-1.13/t/canon-name.sh | |
x automake-1.13/t/depcomp-implicit-auxdir.sh | |
x automake-1.13/t/txinfo4.sh | |
x automake-1.13/t/remake-m4-pr10111.sh | |
x automake-1.13/t/tap-plan.sh | |
x automake-1.13/t/parallel-tests-exit-statuses.sh | |
x automake-1.13/t/candist.sh | |
x automake-1.13/t/gettext.sh | |
x automake-1.13/t/primary2.sh | |
x automake-1.13/t/substref.sh | |
x automake-1.13/t/tap-fancy2.sh | |
x automake-1.13/t/tap-planskip-whitespace.sh | |
x automake-1.13/t/vartypos.sh | |
x automake-1.13/t/print-libdir.sh | |
x automake-1.13/t/tests-environment.sh | |
x automake-1.13/t/transform3.sh | |
x automake-1.13/t/maken.sh | |
x automake-1.13/t/suffix-custom-subobj.sh | |
x automake-1.13/t/tap-bailout-suppress-later-diagnostic.sh | |
x automake-1.13/t/yacc-grepping.sh | |
x automake-1.13/t/tap-bailout.sh | |
x automake-1.13/t/libobj-basic.sh | |
x automake-1.13/t/conflnk4.sh | |
x automake-1.13/t/suffix7.sh | |
x automake-1.13/t/canon.sh | |
x automake-1.13/t/yacc4.sh | |
x automake-1.13/t/list-of-tests.mk | |
x automake-1.13/t/testsuite-summary-color.sh | |
x automake-1.13/t/tap-doc.sh | |
x automake-1.13/t/tap-bailout-and-logging-w.sh | |
x automake-1.13/t/uninstall-fail.sh | |
x automake-1.13/t/add-missing.tap | |
x automake-1.13/t/spy-rm.tap | |
x automake-1.13/t/subobj4.sh | |
x automake-1.13/t/instdir2.sh | |
x automake-1.13/t/tap-missing-plan-and-bad-exit.sh | |
x automake-1.13/t/test-log.sh | |
x automake-1.13/t/yflags-force-override.sh | |
x automake-1.13/t/tap-bailout-suppress-later-errors-w.sh | |
x automake-1.13/t/test-extensions-cond.sh | |
x automake-1.13/t/nobase-nodist.sh | |
x automake-1.13/t/colon4.sh | |
x automake-1.13/t/check2.sh | |
x automake-1.13/t/instman.sh | |
x automake-1.13/t/vala-configure.sh | |
x automake-1.13/t/pluseq4.sh | |
x automake-1.13/t/instmany-mans.sh | |
x automake-1.13/t/specflg-dummy.sh | |
x automake-1.13/t/posixsubst-ldadd.sh | |
x automake-1.13/t/nodist.sh | |
x automake-1.13/t/instspc.tap | |
x automake-1.13/t/lex.sh | |
x automake-1.13/t/cond9.sh | |
x automake-1.13/t/parallel-tests-extra-programs.sh | |
x automake-1.13/t/discover.sh | |
x automake-1.13/t/py-compile-env.sh | |
x automake-1.13/t/test-driver-cond.sh | |
x automake-1.13/t/dollarvar2.sh | |
x automake-1.13/t/cond46.sh | |
x automake-1.13/t/yacc-line.sh | |
x automake-1.13/t/confvar.sh | |
x automake-1.13/t/vala-vapi.sh | |
x automake-1.13/t/instfail-info.sh | |
x automake-1.13/t/tap-diagnostic-custom.sh | |
x automake-1.13/t/yacc-basic.sh | |
x automake-1.13/t/txinfo20.sh | |
x automake-1.13/t/silent-c.sh | |
x automake-1.13/t/remake-makefile-intree.sh | |
x automake-1.13/t/confh4.sh | |
x automake-1.13/t/tar-override.sh | |
x automake-1.13/t/copy.sh | |
x automake-1.13/t/txinfo27.sh | |
x automake-1.13/t/lex3.sh | |
x automake-1.13/t/java-sources.sh | |
x automake-1.13/t/backcompat.sh | |
x automake-1.13/t/primary-prefix-invalid-couples.tap | |
x automake-1.13/t/ar-lib3.sh | |
x automake-1.13/t/comment5.sh | |
x automake-1.13/t/forcemiss.sh | |
x automake-1.13/t/aclocal-I-order-2.sh | |
x automake-1.13/t/depcomp-gcc.tap | |
x automake-1.13/t/aminit-moreargs-deprecation.sh | |
x automake-1.13/t/help3.sh | |
x automake-1.13/t/subdir-am-cond.sh | |
x automake-1.13/t/posixsubst-libraries.sh | |
x automake-1.13/t/warnings-strictness-interactions.sh | |
x automake-1.13/t/implicit.sh | |
x automake-1.13/t/subpkg-yacc.sh | |
x automake-1.13/t/cxx.sh | |
x automake-1.13/t/tap-recheck-logs.sh | |
x automake-1.13/t/tags-pr12372.sh | |
x automake-1.13/t/strip.sh | |
x automake-1.13/t/tap-plan-leading-zero.sh | |
x automake-1.13/t/tap-planskip-badexit-w.sh | |
x automake-1.13/t/auxdir-unportable.tap | |
x automake-1.13/t/fonly.sh | |
x automake-1.13/t/objc-minidemo.sh | |
x automake-1.13/t/warnings-win-over-strictness.sh | |
x automake-1.13/t/remake-include-configure.sh | |
x automake-1.13/t/parallel-tests-fd-redirect-exeext.sh | |
x automake-1.13/t/cond23.sh | |
x automake-1.13/t/pr2.sh | |
x automake-1.13/t/remake-renamed-m4-file.sh | |
x automake-1.13/t/check8.sh | |
x automake-1.13/t/cond26.sh | |
x automake-1.13/t/help-lispdir.sh | |
x automake-1.13/t/pr401c.sh | |
x automake-1.13/t/flavor.sh | |
x automake-1.13/t/dejagnu.sh | |
x automake-1.13/t/compile.sh | |
x automake-1.13/t/test-driver-trs-suffix-registered.sh | |
x automake-1.13/t/suffix.sh | |
x automake-1.13/t/subobj7.sh | |
x automake-1.13/t/condman2.sh | |
x automake-1.13/t/rulepat.sh | |
x automake-1.13/t/remake-subdir-no-makefile.sh | |
x automake-1.13/t/help-python.sh | |
x automake-1.13/t/auxdir6.sh | |
x automake-1.13/t/pluseq.sh | |
x automake-1.13/t/parallel-tests-log-override-recheck.sh | |
x automake-1.13/t/aclocal-deps-subdir.sh | |
x automake-1.13/t/silent-many-languages.sh | |
x automake-1.13/t/tap-fancy-w.sh | |
x automake-1.13/t/lflags.sh | |
x automake-1.13/t/tap-unplanned.sh | |
x automake-1.13/t/subpkg2.sh | |
x automake-1.13/t/subdir-ac-subst.sh | |
x automake-1.13/t/override-suggest-local.sh | |
x automake-1.13/t/empty-data-primary.sh | |
x automake-1.13/t/suffix3.tap | |
x automake-1.13/t/exeext4-w.sh | |
x automake-1.13/t/java2.sh | |
x automake-1.13/t/confincl.sh | |
x automake-1.13/t/tap-unplanned-w.sh | |
x automake-1.13/t/spell3.sh | |
x automake-1.13/t/gcj4.sh | |
x automake-1.13/t/depacl2.sh | |
x automake-1.13/t/make-dryrun.tap | |
x automake-1.13/t/cond4.sh | |
x automake-1.13/t/extra-portability.sh | |
x automake-1.13/t/tap-diagnostic.sh | |
x automake-1.13/t/lisp4.sh | |
x automake-1.13/t/mdate5-w.sh | |
x automake-1.13/t/acsubst.sh | |
x automake-1.13/t/libobj15a.sh | |
x automake-1.13/t/tap-basic.sh | |
x automake-1.13/t/canon5.sh | |
x automake-1.13/t/cond41.sh | |
x automake-1.13/t/help-upc.sh | |
x automake-1.13/t/extra2.sh | |
x automake-1.13/t/tap-summary.sh | |
x automake-1.13/t/depcomp-msvisualcpp.tap | |
x automake-1.13/t/tap-out-of-order.sh | |
x automake-1.13/t/tap-planskip-w.sh | |
x automake-1.13/t/upc.sh | |
x automake-1.13/t/auxdir-misplaced.sh | |
x automake-1.13/t/lex-libobj.sh | |
x automake-1.13/t/dist-formats.tap | |
x automake-1.13/t/lex-lib-external.sh | |
x automake-1.13/t/yacc-mix-c-cxx.sh | |
x automake-1.13/t/m4-inclusion.sh | |
x automake-1.13/t/colneq.sh | |
x automake-1.13/t/dist-repeated.sh | |
x automake-1.13/t/lisp-subdir.sh | |
x automake-1.13/t/tap-planskip-and-logging-w.sh | |
x automake-1.13/t/pr211.sh | |
x automake-1.13/t/subobj-clean-lt-pr10697.sh | |
x automake-1.13/t/test-driver-acsubst.sh | |
x automake-1.13/t/yacc-clean.sh | |
x automake-1.13/t/silent-custom.sh | |
x automake-1.13/t/cond15.sh | |
x automake-1.13/t/dejagnu7.sh | |
x automake-1.13/t/parallel-tests-no-color-in-log.sh | |
x automake-1.13/t/configure.sh | |
x automake-1.13/t/primary.sh | |
x automake-1.13/t/spell2.sh | |
x automake-1.13/t/distcheck-missing-m4.sh | |
x automake-1.13/t/python11.sh | |
x automake-1.13/t/symlink2.sh | |
x automake-1.13/t/ext2.sh | |
x automake-1.13/t/var-recurs2.sh | |
x automake-1.13/t/alpha2.sh | |
x automake-1.13/t/tap-exit.sh | |
x automake-1.13/t/pluseq6.sh | |
x automake-1.13/t/libobj13.sh | |
x automake-1.13/t/tap-escape-directive-2-w.sh | |
x automake-1.13/t/tap-doc-w.sh | |
x automake-1.13/t/parallel-tests-no-spurious-summary.sh | |
x automake-1.13/t/subst3.sh | |
x automake-1.13/t/pluseq10.sh | |
x automake-1.13/t/posixsubst-ltlibraries.sh | |
x automake-1.13/t/override-conditional-1.sh | |
x automake-1.13/t/subpkg4.sh | |
x automake-1.13/t/confh5.sh | |
x automake-1.13/t/aclocal-I-order-3.sh | |
x automake-1.13/t/yacc-dist-nobuild.sh | |
x automake-1.13/t/nolink.sh | |
x automake-1.13/t/recurs-user2.sh | |
x automake-1.13/t/tap-plan-malformed-w.sh | |
x automake-1.13/t/tap-realtime-w.sh | |
x automake-1.13/t/pr300-prog.sh | |
x automake-1.13/t/self-check-configure-help.sh | |
x automake-1.13/t/mdate2.sh | |
x automake-1.13/t/gcj3.sh | |
x automake-1.13/t/tags.sh | |
x automake-1.13/t/extra12.sh | |
x automake-1.13/t/tap-test-number-0.sh | |
x automake-1.13/t/tap-merge-stdout-stderr-w.sh | |
x automake-1.13/t/cond13.sh | |
x automake-1.13/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh | |
x automake-1.13/t/per-target-flags.sh | |
x automake-1.13/t/aclocal-path-nonexistent.sh | |
x automake-1.13/t/subobjname.sh | |
x automake-1.13/t/subobj-clean-pr10697.sh | |
x automake-1.13/t/condlib.sh | |
x automake-1.13/t/java-uninstall.sh | |
x automake-1.13/t/phony.sh | |
x automake-1.13/t/remake-deeply-nested.sh | |
x automake-1.13/t/aclocal-scan-configure-ac-pr319.sh | |
x automake-1.13/t/cxx-demo.sh | |
x automake-1.13/t/transform2.sh | |
x automake-1.13/t/gettext-macros.sh | |
x automake-1.13/t/python-virtualenv.sh | |
x automake-1.13/t/autohdr3.sh | |
x automake-1.13/t/libobj20b.sh | |
x automake-1.13/t/lex-subobj-nodep.sh | |
x automake-1.13/t/aclocal-I-order-1.sh | |
x automake-1.13/t/tap-test-number-0-w.sh | |
x automake-1.13/t/distcom5.sh | |
x automake-1.13/t/ar4.sh | |
x automake-1.13/t/comment4.sh | |
x automake-1.13/t/recurs-user-many.sh | |
x automake-1.13/t/distcheck-outdated-m4.sh | |
x automake-1.13/t/doc-parsing-buglets-colneq-subst.sh | |
x automake-1.13/t/tap-recheck-w.sh | |
x automake-1.13/t/posixsubst-sources.sh | |
x automake-1.13/t/dir-named-obj-is-bad.sh | |
x automake-1.13/t/lzma.sh | |
x automake-1.13/t/man5.sh | |
x automake-1.13/t/noinst.sh | |
x automake-1.13/t/gnits2.sh | |
x automake-1.13/t/distcom2.sh | |
x automake-1.13/t/autohdr4.sh | |
x automake-1.13/t/output10.sh | |
x automake-1.13/t/check-w.sh | |
x automake-1.13/t/parallel-tests-fork-bomb.sh | |
x automake-1.13/t/warnopts.sh | |
x automake-1.13/t/cond8.sh | |
x automake-1.13/t/am-macro-not-found.sh | |
x automake-1.13/t/parallel-tests-exeext.sh | |
x automake-1.13/t/longlin2.sh | |
x automake-1.13/t/dist-readonly.sh | |
x automake-1.13/t/tap-whitespace-normalization-w.sh | |
x automake-1.13/t/lex-header.sh | |
x automake-1.13/t/py-compile-basic.sh | |
x automake-1.13/t/tap-todo-skip-w.sh | |
x automake-1.13/t/postproc.sh | |
x automake-1.13/t/libtool3.sh | |
x automake-1.13/t/depcomp-auto.tap | |
x automake-1.13/t/extra7.sh | |
x automake-1.13/t/tap-todo-skip-together.sh | |
x automake-1.13/t/tap-planskip-badexit.sh | |
x automake-1.13/t/tap-no-spurious-summary-w.sh | |
x automake-1.13/t/suffix6b.sh | |
x automake-1.13/t/silent-lt.sh | |
x automake-1.13/t/get-sysconf.sh | |
x automake-1.13/t/tap-msg0-misc-w.sh | |
x automake-1.13/t/lexvpath.sh | |
x automake-1.13/t/ltorder.sh | |
x automake-1.13/t/libtool2.sh | |
x automake-1.13/t/maintmode-configure-msg.sh | |
x automake-1.13/t/alloca.sh | |
x automake-1.13/t/check-no-test-driver.sh | |
x automake-1.13/t/space.sh | |
x automake-1.13/t/tap-global-result.sh | |
x automake-1.13/t/tap-planskip-case-insensitive.sh | |
x automake-1.13/t/remake-subdir2.sh | |
x automake-1.13/t/distcheck-writable-srcdir.sh | |
x automake-1.13/t/txinfo22.sh | |
x automake-1.13/t/depcomp-lt-msvisualcpp.tap | |
x automake-1.13/t/pr401b.sh | |
x automake-1.13/t/autodist-aclocal-m4.sh | |
x automake-1.13/t/tests-environment-and-log-compiler.sh | |
x automake-1.13/t/python-too-old.sh | |
x automake-1.13/t/stamph2.sh | |
x automake-1.13/t/aclocal-no-install-no-mkdir.sh | |
x automake-1.13/t/tap-planskip-late-w.sh | |
x automake-1.13/t/lex-nodist.sh | |
x automake-1.13/t/compile4-w.sh | |
x automake-1.13/t/libtool-macros.sh | |
x automake-1.13/t/tap-todo-skip-whitespace.sh | |
x automake-1.13/t/gnuwarn2.sh | |
x automake-1.13/t/remake-gnulib-remove-header.sh | |
x automake-1.13/t/lispdry.sh | |
x automake-1.13/t/tap-deps-w.sh | |
x automake-1.13/t/tap-plan-leading-zero-w.sh | |
x automake-1.13/t/self-check-report.sh | |
x automake-1.13/t/amassign.sh | |
x automake-1.13/t/yacc-bison-skeleton-cxx.sh | |
x automake-1.13/t/parallel-tests-empty.sh | |
x automake-1.13/t/depcomp8b.sh | |
x automake-1.13/t/mkdirp-deprecation.sh | |
x automake-1.13/t/parallel-tests-fd-redirect.sh | |
x automake-1.13/t/yacc-auxdir.sh | |
x automake-1.13/t/nobase.sh | |
x automake-1.13/t/exeext.sh | |
x automake-1.13/t/java-check.sh | |
x automake-1.13/t/src-acsubst.sh | |
x automake-1.13/t/compile3.sh | |
x automake-1.13/t/comment-block.sh | |
x automake-1.13/t/test-driver-custom-no-extra-driver.sh | |
x automake-1.13/t/py-compile-destdir.sh | |
x automake-1.13/t/libobj5.sh | |
x automake-1.13/t/mmodely.sh | |
x automake-1.13/t/libobj12.sh | |
x automake-1.13/t/backcompat2.sh | |
x automake-1.13/t/else.sh | |
x automake-1.13/t/cond7.sh | |
x automake-1.13/t/tap-planskip-unplanned-corner-w.sh | |
x automake-1.13/t/test-driver-strip-vpath.sh | |
x automake-1.13/t/subst-no-trailing-empty-line.sh | |
x automake-1.13/t/version8.sh | |
x automake-1.13/t/ltconv.sh | |
x automake-1.13/t/test-driver-fail.sh | |
x automake-1.13/t/pr229.sh | |
x automake-1.13/t/lex-depend.sh | |
x automake-1.13/t/ltdeps.sh | |
x automake-1.13/t/cxx2.sh | |
x automake-1.13/t/objcxx-flags.sh | |
x automake-1.13/t/aclocal-deleted-header-aclocal-amflags.sh | |
x automake-1.13/t/depcomp-lt-msvcmsys.tap | |
x automake-1.13/t/conflnk3.sh | |
x automake-1.13/t/objcxx-deps.sh | |
x automake-1.13/t/recurs-user.sh | |
x automake-1.13/t/color-tests2.sh | |
x automake-1.13/t/aclocal-serial.sh | |
x automake-1.13/t/subdir-order.sh | |
x automake-1.13/t/forcemiss2.sh | |
x automake-1.13/t/ext3.sh | |
x automake-1.13/t/backcompat-acout.sh | |
x automake-1.13/t/subdir-env-interference.sh | |
x automake-1.13/t/depcomp-lt-dashmstdout.tap | |
x automake-1.13/t/disthook.sh | |
x automake-1.13/t/objc-megademo.sh | |
x automake-1.13/t/remake-fail.sh | |
x automake-1.13/t/remake-renamed-m4-macro.sh | |
x automake-1.13/t/tap-passthrough-w.sh | |
x automake-1.13/t/instdir-lisp.sh | |
x automake-1.13/t/dist-auxfile.sh | |
x automake-1.13/t/tap-number-wordboundary-w.sh | |
x automake-1.13/t/tap-msg0-directive.sh | |
x automake-1.13/t/warnings-override.sh | |
x automake-1.13/t/tap-escape-directive-2.sh | |
x automake-1.13/t/cond22.sh | |
x automake-1.13/t/lisp-subdir-mix.sh | |
x automake-1.13/t/tap-more2-w.sh | |
x automake-1.13/t/README | |
x automake-1.13/t/ltinstloc.sh | |
x automake-1.13/t/tap-numbers-leading-zero-w.sh | |
x automake-1.13/t/yflags-d-false-positives.sh | |
x automake-1.13/t/libobj7.sh | |
x automake-1.13/t/tap-global-log-w.sh | |
x automake-1.13/t/parallel-tests-subdir.sh | |
x automake-1.13/t/remake-not-after-make-dist.sh | |
x automake-1.13/t/extra-portability3.sh | |
x automake-1.13/t/tap-plan-errors.sh | |
x automake-1.13/t/mdate5.sh | |
x automake-1.13/t/tap-no-disable-hard-error-w.sh | |
x automake-1.13/t/init2.sh | |
x automake-1.13/t/fn99.sh | |
x automake-1.13/t/lex2.sh | |
x automake-1.13/t/whoami.sh | |
x automake-1.13/t/no-extra-makefile-code.sh | |
x automake-1.13/t/colneq2.sh | |
x automake-1.13/t/javadir-undefined.sh | |
x automake-1.13/t/suffix6c.sh | |
x automake-1.13/t/parallel-am3.sh | |
x automake-1.13/t/vala-non-recursive-setup.sh | |
x automake-1.13/t/check2-w.sh | |
x automake-1.13/t/pr9.sh | |
x automake-1.13/t/tap-autonumber.sh | |
x automake-1.13/t/tap-basic-w.sh | |
x automake-1.13/t/backsl2.sh | |
x automake-1.13/t/output4.sh | |
x automake-1.13/t/link_fc.sh | |
x automake-1.13/t/objext-pr10128.sh | |
x automake-1.13/t/tap-bailout-leading-space.sh | |
x automake-1.13/t/aclocal-dirlist-globbing.sh | |
x automake-1.13/t/subpkg-macrodir.sh | |
x automake-1.13/t/remake-mild-stress.sh | |
x automake-1.13/t/mkinst3-w.sh | |
x automake-1.13/t/tap-with-and-without-number.sh | |
x automake-1.13/t/tap-msg0-bailout-w.sh | |
x automake-1.13/t/amsubst.sh | |
x automake-1.13/t/uninstall-pr9578.sh | |
x automake-1.13/t/perf/ | |
x automake-1.13/t/perf/cond.sh | |
x automake-1.13/t/perf/testsuite-recheck.sh | |
x automake-1.13/t/perf/testsuite-summary.sh | |
x automake-1.13/t/defun2.sh | |
x automake-1.13/t/dejagnu3.sh | |
x automake-1.13/t/percent2.sh | |
x automake-1.13/t/tap-plan-whitespace.sh | |
x automake-1.13/t/lisp8.sh | |
x automake-1.13/t/lisp-pr11806.sh | |
x automake-1.13/t/maintclean-vpath.sh | |
x automake-1.13/t/tap-no-disable-hard-error.sh | |
x automake-1.13/t/instmany-python.sh | |
x automake-1.13/t/subdir-distclean.sh | |
x automake-1.13/t/tap-fancy.sh | |
x automake-1.13/t/colneq3.sh | |
x automake-1.13/t/auxdir.sh | |
x automake-1.13/t/vala-grepping.sh | |
x automake-1.13/t/java.sh | |
x automake-1.13/t/distcheck-configure-flags-subpkg.sh | |
x automake-1.13/t/subst4.sh | |
x automake-1.13/t/help-silent.sh | |
x automake-1.13/t/built-sources-install.sh | |
x automake-1.13/t/lisp3.sh | |
x automake-1.13/t/asm2.sh | |
x automake-1.13/t/distlinks.sh | |
x automake-1.13/t/yacc-d-basic.sh | |
x automake-1.13/t/tap-more.sh | |
x automake-1.13/t/subobj6.sh | |
x automake-1.13/t/lex-line.sh | |
x automake-1.13/t/suffix2.sh | |
x automake-1.13/t/ppf77.sh | |
x automake-1.13/t/confdeps.sh | |
x automake-1.13/t/exsource.sh | |
x automake-1.13/t/subobj8.sh | |
x automake-1.13/t/parallel-tests-once.sh | |
x automake-1.13/t/pm/ | |
x automake-1.13/t/pm/DisjCon3.pl | |
x automake-1.13/t/pm/Cond2.pl | |
x automake-1.13/t/pm/DisjConditions-t.pl | |
x automake-1.13/t/pm/DisjCon2.pl | |
x automake-1.13/t/pm/Version.pl | |
x automake-1.13/t/pm/Version2.pl | |
x automake-1.13/t/pm/Version3.pl | |
x automake-1.13/t/pm/Cond3.pl | |
x automake-1.13/t/pm/Condition-t.pl | |
x automake-1.13/t/pm/Wrap.pl | |
x automake-1.13/t/pm/DisjConditions.pl | |
x automake-1.13/t/pm/Condition.pl | |
x automake-1.13/t/checkall.sh | |
x automake-1.13/t/tap-out-of-order-w.sh | |
x automake-1.13/t/colon6.sh | |
x automake-1.13/t/werror.sh | |
x automake-1.13/t/fnoc.sh | |
x automake-1.13/t/cond24.sh | |
x automake-1.13/t/self-check-seq.tap | |
x automake-1.13/t/compile5.sh | |
x automake-1.13/t/output3.sh | |
x automake-1.13/t/java-compile-install.sh | |
x automake-1.13/t/objc-flags.sh | |
x automake-1.13/t/interp2.sh | |
x automake-1.13/t/c-demo.sh | |
x automake-1.13/t/tap-no-spurious-summary.sh | |
x automake-1.13/t/help-depend2.sh | |
x automake-1.13/t/check8-w.sh | |
x automake-1.13/t/check6-w.sh | |
x automake-1.13/t/seenc.sh | |
x automake-1.13/t/colon5.sh | |
x automake-1.13/t/built-sources.sh | |
x automake-1.13/t/txinfo31.sh | |
x automake-1.13/t/subdir-subsub.sh | |
x automake-1.13/t/lisp-loadpath.sh | |
x automake-1.13/t/cond-basic.sh | |
x automake-1.13/t/fn99subdir.sh | |
x automake-1.13/t/cxxcpp.sh | |
x automake-1.13/t/missing-version-mismatch.sh | |
x automake-1.13/t/vtexi4.sh | |
x automake-1.13/t/cond42.sh | |
x automake-1.13/t/compile-w.sh | |
x automake-1.13/t/pr287.sh | |
x automake-1.13/t/tap-not-ok-skip.sh | |
x automake-1.13/t/instdir-ltlib.sh | |
x automake-1.13/t/depcomp-lt-auto.tap | |
x automake-1.13/t/txinfo9.sh | |
x automake-1.13/t/yflags-cmdline-override.sh | |
x automake-1.13/t/vtexi2.sh | |
x automake-1.13/t/extra10.sh | |
x automake-1.13/t/test-trs-recover.sh | |
x automake-1.13/t/colon.sh | |
x automake-1.13/t/substre2.sh | |
x automake-1.13/t/exdir2.sh | |
x automake-1.13/t/instdir-java.sh | |
x automake-1.13/t/tap-plan-malformed.sh | |
x automake-1.13/t/test-logs-repeated.sh | |
x automake-1.13/t/cond.sh | |
x automake-1.13/t/extradep2.sh | |
x automake-1.13/t/tap-numeric-description.sh | |
x automake-1.13/t/dmalloc.sh | |
x automake-1.13/t/check5.sh | |
x automake-1.13/t/missing-version-mismatch-w.sh | |
x automake-1.13/t/cond17.sh | |
x automake-1.13/t/autodist-acconfig.sh | |
x automake-1.13/t/java-compile-run-nested.sh | |
x automake-1.13/t/primary-prefix-couples-force-valid.sh | |
x automake-1.13/t/remake-am-pr10111.sh | |
x automake-1.13/t/tap-realtime.sh | |
x automake-1.13/t/tap-msg0-result.sh | |
x automake-1.13/t/tap-msg0-planskip-w.sh | |
x automake-1.13/t/flibs.sh | |
x automake-1.13/t/subst5.sh | |
x automake-1.13/t/tap-msg0-misc.sh | |
x automake-1.13/t/libtoo11.sh | |
x automake-1.13/t/check7-w.sh | |
x automake-1.13/t/depcomp-cpp.tap | |
x automake-1.13/t/man6.sh | |
x automake-1.13/t/compile6-w.sh | |
x automake-1.13/t/backsl4.sh | |
x automake-1.13/t/tap-planskip.sh | |
x automake-1.13/t/dollar.sh | |
x automake-1.13/t/built-sources-check-w.sh | |
x automake-1.13/t/lex-lib.sh | |
x automake-1.13/t/amhello-cflags.sh | |
x automake-1.13/t/depcomp-dashmstdout.tap | |
x automake-1.13/t/amhello-cross-compile.sh | |
x automake-1.13/t/strictness-precedence.sh | |
x automake-1.13/t/ltlibobjs.sh | |
x automake-1.13/t/lex-depend-cxx.sh | |
x automake-1.13/t/txinfo17.sh | |
x automake-1.13/t/lex-depend-grep.sh | |
x automake-1.13/t/tap-common-setup.sh | |
x automake-1.13/t/tap-numeric-description-w.sh | |
x automake-1.13/t/autodist.sh | |
x automake-1.13/t/conflnk.sh | |
x automake-1.13/t/aclocal-deleted-header.sh | |
x automake-1.13/t/tap-escape-directive.sh | |
x automake-1.13/t/aclocal-no-symlinked-overwrite.sh | |
x automake-1.13/t/testsuite-summary-count-many.sh | |
x automake-1.13/t/gnits3.sh | |
x automake-1.13/t/extra.sh | |
x automake-1.13/t/help2.sh | |
x automake-1.13/t/remake-after-configure-ac.sh | |
x automake-1.13/t/strip3.sh | |
x automake-1.13/t/hfs.sh | |
x automake-1.13/t/condhook.sh | |
x automake-1.13/t/conff2.sh | |
x automake-1.13/t/pluseq3.sh | |
x automake-1.13/t/java-noinst.sh | |
x automake-1.13/t/cond27.sh | |
x automake-1.13/t/output6.sh | |
x automake-1.13/t/installdir.sh | |
x automake-1.13/t/header.sh | |
x automake-1.13/t/remake-after-aclocal-m4.sh | |
x automake-1.13/t/aclocal-path-install.sh | |
x automake-1.13/t/tap-no-merge-stdout-stderr.sh | |
x automake-1.13/t/output2.sh | |
x automake-1.13/t/tap-bailout-suppress-later-errors.sh | |
x automake-1.13/t/canon6.sh | |
x automake-1.13/t/tap-passthrough.sh | |
x automake-1.13/t/cond37.sh | |
x automake-1.13/t/cond45.sh | |
x automake-1.13/t/mkdir_p.sh | |
x automake-1.13/t/parallel-tests-harderror.sh | |
x automake-1.13/t/vala-libs.sh | |
x automake-1.13/t/depcomp-msvcmsys.tap | |
x automake-1.13/t/check11.sh | |
x automake-1.13/t/cond32.sh | |
x automake-1.13/t/instdir-python.sh | |
x automake-1.13/t/remake-renamed-m4-macro-and-file.sh | |
x automake-1.13/t/version7.sh | |
x automake-1.13/t/tap-plan-w.sh | |
x automake-1.13/t/color-tests2-w.sh | |
x automake-1.13/t/txinfo-no-clutter.sh | |
x automake-1.13/t/tap-empty-diagnostic.sh | |
x automake-1.13/t/tap-msg0-directive-w.sh | |
x automake-1.13/t/tap-not-ok-skip-w.sh | |
x automake-1.13/t/tap-escape-directive-w.sh | |
x automake-1.13/t/txinfo10.sh | |
x automake-1.13/t/tap-result-comment-w.sh | |
x automake-1.13/t/parallel-tests-empty-testlogs.sh | |
x automake-1.13/t/check5-w.sh | |
x automake-1.13/t/python-missing.sh | |
x automake-1.13/t/output8.sh | |
x automake-1.13/t/f90only.sh | |
x automake-1.13/t/tap-summary-color.sh | |
x automake-1.13/t/libtool6.sh | |
x automake-1.13/t/pr87.sh | |
x automake-1.13/t/pr401.sh | |
x automake-1.13/t/pr220.sh | |
x automake-1.13/t/noinstdir.sh | |
x automake-1.13/t/makej2.sh | |
x automake-1.13/t/amopts-variable-expansion.sh | |
x automake-1.13/t/confh8.sh | |
x automake-1.13/t/lisp5.sh | |
x automake-1.13/t/remake-include-aclocal.sh | |
x automake-1.13/t/tap-signal-w.tap | |
x automake-1.13/t/tap-merge-stdout-stderr.sh | |
x automake-1.13/t/lisp-flags.sh | |
x automake-1.13/t/yacc-depend.sh | |
x automake-1.13/t/instfail-libtool.sh | |
x automake-1.13/t/tap-global-result-w.sh | |
x automake-1.13/t/libobj10.sh | |
x automake-1.13/t/install-info-dir.sh | |
x automake-1.13/t/libobj16a.sh | |
x automake-1.13/t/distcom3.sh | |
x automake-1.13/t/missing3-w.sh | |
x automake-1.13/t/self-check-me.tap | |
x automake-1.13/t/comment2.sh | |
x automake-1.13/t/aclocal-verbose-install.sh | |
x automake-1.13/t/remake-aclocal-version-mismatch.sh | |
x automake-1.13/t/recurs-user-phony.sh | |
x automake-1.13/t/remake-subdir-grepping.sh | |
x automake-1.13/t/suffix6.sh | |
x automake-1.13/t/cond11.sh | |
x automake-1.13/t/tap-more2.sh | |
x automake-1.13/t/yflags2.sh | |
x automake-1.13/t/auxdir7.sh | |
x automake-1.13/t/parallel-tests-unreadable.sh | |
x automake-1.13/t/python12.sh | |
x automake-1.13/t/automake-cmdline.tap | |
x automake-1.13/t/silent-yacc.sh | |
x automake-1.13/t/compile_f_c_cxx.sh | |
x automake-1.13/t/extra8.sh | |
x automake-1.13/t/man8.sh | |
x automake-1.13/t/missing3.sh | |
x automake-1.13/t/lex-clean-cxx.sh | |
x automake-1.13/t/dejagnu-relative-srcdir.sh | |
x automake-1.13/t/depend3.sh | |
x automake-1.13/t/version4.sh | |
x automake-1.13/t/subobj9.sh | |
x automake-1.13/t/sanity.sh | |
x automake-1.13/t/nobase-python.sh | |
x automake-1.13/t/cond33.sh | |
x automake-1.13/t/extra-portability2.sh | |
x automake-1.13/t/libtool8.sh | |
x automake-1.13/t/pr307.sh | |
x automake-1.13/t/silent-nested-vars.sh | |
x automake-1.13/t/number.sh | |
x automake-1.13/t/txinfo13.sh | |
x automake-1.13/t/deleted-m4.sh | |
x automake-1.13/t/commen11.sh | |
x automake-1.13/t/test-metadata-global-result.sh | |
x automake-1.13/t/remake-subdir-only.sh | |
x automake-1.13/t/aclocal-m4-include-are-scanned.sh | |
x automake-1.13/t/java-rebuild.sh | |
x automake-1.13/t/tap-bailout-suppress-later-diagnostic-w.sh | |
x automake-1.13/t/objc-basic.sh | |
x automake-1.13/t/transform.sh | |
x automake-1.13/t/backcompat6.sh | |
x automake-1.13/t/libtool4.sh | |
x automake-1.13/t/posixsubst-data.sh | |
x automake-1.13/t/tap-number-wordboundary.sh | |
x automake-1.13/t/longline.sh | |
x automake-1.13/t/dist-missing-am.sh | |
x automake-1.13/t/extradep.sh | |
x automake-1.13/t/test-trs-basic.sh | |
x automake-1.13/t/silent-texi.sh | |
x automake-1.13/t/colon3.sh | |
x automake-1.13/t/pluseq8.sh | |
x automake-1.13/t/yacc-headers-and-dist-pr47.sh | |
x automake-1.13/t/instman2.sh | |
x automake-1.13/t/java-empty-classpath.sh | |
x automake-1.13/t/lisp2.sh | |
x automake-1.13/t/tap-negative-numbers-w.sh | |
x automake-1.13/t/remake-subdir.sh | |
x automake-1.13/t/extra6.sh | |
x automake-1.13/t/check7.sh | |
x automake-1.13/t/parallel-tests-suffix.sh | |
x automake-1.13/t/python-pr10995.sh | |
x automake-1.13/t/distcleancheck.sh | |
x automake-1.13/t/override-conditional-2.sh | |
x automake-1.13/t/oldvars.sh | |
x automake-1.13/t/cxxlink.sh | |
x automake-1.13/t/yacc-weirdnames.sh | |
x automake-1.13/t/cond3.sh | |
x automake-1.13/t/all2.sh | |
x automake-1.13/t/ar.sh | |
x automake-1.13/t/ccnoco2.sh | |
x automake-1.13/t/vars.sh | |
x automake-1.13/t/aclocal-pr450.sh | |
x automake-1.13/t/aclocal-no-force.sh | |
x automake-1.13/t/auxdir-computed.tap | |
x automake-1.13/t/symlink.sh | |
x automake-1.13/t/all.sh | |
x automake-1.13/t/remake-subdir-from-subdir.sh | |
x automake-1.13/t/remake-deleted-am.sh | |
x automake-1.13/t/cond25.sh | |
x automake-1.13/t/test-driver-custom-multitest-recheck.sh | |
x automake-1.13/t/lisp-subdir2.sh | |
x automake-1.13/t/self-check-dir.tap | |
x automake-1.13/t/ccnoco.sh | |
x automake-1.13/t/distname.sh | |
x automake-1.13/t/xsource.sh | |
x automake-1.13/t/tap-no-spurious-w.sh | |
x automake-1.13/t/amhello-binpkg.sh | |
x automake-1.13/t/instdir.sh | |
x automake-1.13/t/depend5.sh | |
x automake-1.13/t/testsuite-part.am | |
x automake-1.13/t/yacc-depend2.sh | |
x automake-1.13/t/help4.sh | |
x automake-1.13/t/tap-fancy2-w.sh | |
x automake-1.13/t/link_c_cxx.sh | |
x automake-1.13/t/tap-ambiguous-directive-w.sh | |
x automake-1.13/t/compile6.sh | |
x automake-1.13/t/posixsubst-scripts.sh | |
x automake-1.13/t/tap-planskip-unplanned-corner.sh | |
x automake-1.13/t/yacc-grepping2.sh | |
x automake-1.13/t/license2.sh | |
x automake-1.13/t/recurs-user-no-subdirs.sh | |
x automake-1.13/t/tap-empty-w.sh | |
x automake-1.13/t/dejagnu-siteexp-useredit.sh | |
x automake-1.13/t/mkinst2.sh | |
x automake-1.13/t/parallel-tests-concurrency.sh | |
x automake-1.13/t/tap-global-log.sh | |
x automake-1.13/t/recurs-user-deeply-nested.sh | |
x automake-1.13/t/tap-planskip-bailout.sh | |
x automake-1.13/t/dejagnu-absolute-builddir.sh | |
x automake-1.13/t/libobj18.sh | |
x automake-1.13/t/subdir-cond-gettext.sh | |
x automake-1.13/t/extra11.sh | |
x automake-1.13/t/instdir-cond.sh | |
x automake-1.13/t/python2.sh | |
x automake-1.13/t/confh7.sh | |
x automake-1.13/t/python-vars.sh | |
x automake-1.13/t/instsh3-w.sh | |
x automake-1.13/t/am-default-source-ext.sh | |
x automake-1.13/t/yacc-deleted-headers.sh | |
x automake-1.13/t/tap-plan-whitespace-w.sh | |
x automake-1.13/t/test-trs-recover2.sh | |
x automake-1.13/t/tap-deps.sh | |
x automake-1.13/t/lexcpp.sh | |
x automake-1.13/t/dejagnu-siteexp-extend.sh | |
x automake-1.13/t/self-check-is-blocked-signal.tap | |
x automake-1.13/t/depcomp-disabled.tap | |
x automake-1.13/t/ar-lib6b.sh | |
x automake-1.13/t/instmany.sh | |
x automake-1.13/t/libobj20a.sh | |
x automake-1.13/t/distcheck-override-infodir.sh | |
x automake-1.13/t/test-metadata-recheck.sh | |
x automake-1.13/t/makefile-deps.sh | |
x automake-1.13/t/parallel-tests-log-compiler-example.sh | |
x automake-1.13/t/gcj.sh | |
x automake-1.13/t/libtool9.sh | |
x automake-1.13/t/built-sources-check.sh | |
x automake-1.13/t/depcomp.sh | |
x automake-1.13/t/remake-subdir3.sh | |
x automake-1.13/t/txinfo2.sh | |
x automake-1.13/t/makevars.sh | |
x automake-1.13/t/dist-missing-m4.sh | |
x automake-1.13/t/listval.sh | |
x automake-1.13/t/check-exported-srcdir.sh | |
x automake-1.13/t/gettext2.sh | |
x automake-1.13/t/proginst.sh | |
x automake-1.13/t/test-driver-custom-multitest-recheck2.sh | |
x automake-1.13/t/ar-lib4.sh | |
x automake-1.13/t/vartar.sh | |
x automake-1.13/t/ar-lib-w.sh | |
x automake-1.13/t/pr300-ltlib.sh | |
x automake-1.13/t/extra9.sh | |
x automake-1.13/t/extra4.sh | |
x automake-1.13/t/specflg7.sh | |
x automake-1.13/t/built-sources-subdir.sh | |
x automake-1.13/t/interp.sh | |
x automake-1.13/t/tap-color-w.sh | |
x automake-1.13/t/vpath.sh | |
x automake-1.13/t/man.sh | |
x automake-1.13/t/txinfo3.sh | |
x automake-1.13/t/libobj19.sh | |
x automake-1.13/t/dist-included-parent-dir.sh | |
x automake-1.13/t/tap-todo-skip-whitespace-w.sh | |
x automake-1.13/t/check-concurrency-bug9245.sh | |
x automake-1.13/t/aclocal-no-unused-required.sh | |
x automake-1.13/t/java3.sh | |
x automake-1.13/t/mdate.sh | |
x automake-1.13/t/pluseq11.sh | |
x automake-1.13/t/depcomp-lt-disabled.tap | |
x automake-1.13/t/mdate6.sh | |
x automake-1.13/t/parallel-tests-console-output.sh | |
x automake-1.13/t/tap-msg0-planskip.sh | |
x automake-1.13/t/instdat2.sh | |
x automake-1.13/t/aclocal-macrodir.tap | |
x automake-1.13/t/canon4.sh | |
x automake-1.13/t/help-init.sh | |
x automake-1.13/t/remake-recurs-user.sh | |
x automake-1.13/t/tap-plan-corner.sh | |
x automake-1.13/t/tap-todo-skip-together-w.sh | |
x automake-1.13/t/pkg-config-macros.sh | |
x automake-1.13/t/yaccdry.sh | |
x automake-1.13/t/instfail-java.sh | |
x automake-1.13/t/tap-planskip-late.sh | |
x automake-1.13/t/ldflags.sh | |
x automake-1.13/t/lflags2.sh | |
x automake-1.13/t/remake-all-2.sh | |
x automake-1.13/t/strictness-override.sh | |
x automake-1.13/t/fort2.sh | |
x automake-1.13/t/color-tests-w.sh | |
x automake-1.13/t/yacc-d-vpath.sh | |
x automake-1.13/t/lisp6.sh | |
x automake-1.13/t/tap-missing-plan-and-bad-exit-w.sh | |
x automake-1.13/t/cond14.sh | |
x automake-1.13/t/posixsubst-programs.sh | |
x automake-1.13/t/repeated-options.sh | |
x automake-1.13/t/parallel-tests-dry-run-1.sh | |
x automake-1.13/t/vtexi.sh | |
x automake-1.13/t/subobj.sh | |
x automake-1.13/t/tap-signal.tap | |
x automake-1.13/t/make.sh | |
x automake-1.13/t/tap-planskip-and-logging.sh | |
x automake-1.13/t/fort1.sh | |
x automake-1.13/t/aclocal-dirlist.sh | |
x automake-1.13/t/nobase-libtool.sh | |
x automake-1.13/t/silent-gen.sh | |
x automake-1.13/t/CheckListOfTests.am | |
x automake-1.13/t/txinfo32.sh | |
x automake-1.13/t/aclocal-autoconf-version-check.sh | |
x automake-1.13/t/subst.sh | |
x automake-1.13/t/parallel-tests-log-compiler-1.sh | |
x automake-1.13/t/gnits.sh | |
x automake-1.13/t/mkinstall.sh | |
x automake-1.13/t/ar2.sh | |
x automake-1.13/t/amopt.sh | |
x automake-1.13/t/cond30.sh | |
x automake-1.13/t/parallel-tests-basics.sh | |
x automake-1.13/t/help.sh | |
x automake-1.13/t/txinfo19.sh | |
x automake-1.13/t/test-extensions.sh | |
x automake-1.13/t/pluseq2.sh | |
x automake-1.13/t/link_cond.sh | |
x automake-1.13/t/cond34.sh | |
x automake-1.13/t/subobj5.sh | |
x automake-1.13/t/mdate6-w.sh | |
x automake-1.13/t/canon8.sh | |
x automake-1.13/t/extra3.sh | |
x automake-1.13/t/canon7.sh | |
x automake-1.13/t/makej.sh | |
x automake-1.13/t/auxdir-nonexistent.sh | |
x automake-1.13/t/mkinst3.sh | |
x automake-1.13/t/ax/ | |
x automake-1.13/t/ax/shell-no-trail-bslash.in | |
x automake-1.13/t/ax/extract-testsuite-summary.pl | |
x automake-1.13/t/ax/tap-functions.sh | |
x automake-1.13/t/ax/tap-setup.sh | |
x automake-1.13/t/ax/distcheck-hook-m4.am | |
x automake-1.13/t/ax/testsuite-summary-checks.sh | |
x automake-1.13/t/ax/is_newest | |
x automake-1.13/t/ax/tap-summary-aux.sh | |
x automake-1.13/t/ax/trivial-test-driver | |
x automake-1.13/t/ax/is | |
x automake-1.13/t/ax/depcomp.sh | |
x automake-1.13/t/ax/am-test-lib.sh | |
x automake-1.13/t/ax/test-init.sh | |
x automake-1.13/t/ax/test-lib.sh | |
x automake-1.13/t/ax/test-defs.in | |
x automake-1.13/t/cygwin32.sh | |
x automake-1.13/t/ltcond.sh | |
x automake-1.13/t/cond31.sh | |
x automake-1.13/t/autodist-configure-no-subdir.sh | |
x automake-1.13/t/depcomp8a.sh | |
x automake-1.13/t/parallel-tests-recheck-depends-on-all.sh | |
x automake-1.13/t/yacc-pr204.sh | |
x automake-1.13/t/compile5-w.sh | |
x automake-1.13/t/suffix8.tap | |
x automake-1.13/t/cygnus-no-more.sh | |
x automake-1.13/t/python-am-path-iftrue.sh | |
x automake-1.13/t/instexec.sh | |
x automake-1.13/t/instdir-cond2.sh | |
x automake-1.13/t/destdir.sh | |
x automake-1.13/t/var-recurs.sh | |
x automake-1.13/t/posixsubst-tests-w.sh | |
x automake-1.13/t/tap-color.sh | |
x automake-1.13/t/serial-tests.sh | |
x automake-1.13/t/compile2-w.sh | |
x automake-1.13/t/tap-recheck-logs-w.sh | |
x automake-1.13/t/autodist-config-headers.sh | |
x automake-1.13/t/cond16.sh | |
x automake-1.13/t/tap-result-comment.sh | |
x automake-1.13/t/insh2.sh | |
x automake-1.13/t/autohdr-subdir-pr12495.sh | |
x automake-1.13/t/maintclean.sh | |
x automake-1.13/t/tap-recheck.sh | |
x automake-1.13/t/parallel-tests-recheck-pr11791.sh | |
x automake-1.13/t/output11.sh | |
x automake-1.13/t/test-metadata-global-log.sh | |
x automake-1.13/t/remake-include-makefile.sh | |
x automake-1.13/t/remake-gnulib-add-acsubst.sh | |
x automake-1.13/t/werror3.sh | |
x automake-1.13/t/nodef2.sh | |
x automake-1.13/t/yflags-force-conditional.sh | |
x automake-1.13/t/gcj6.sh | |
x automake-1.13/t/specflg8.sh | |
x automake-1.13/t/yacc-d-cxx.sh | |
x automake-1.13/t/wrap/ | |
x automake-1.13/t/wrap/aclocal.in | |
x automake-1.13/t/wrap/automake.in | |
x automake-1.13/t/tap-doc2.sh | |
x automake-1.13/t/recurs-user-indir.sh | |
x automake-1.13/t/remake-renamed-am.sh | |
x automake-1.13/t/insthook.sh | |
x automake-1.13/t/missing-auxfile-stops-makefiles-creation.sh | |
x automake-1.13/t/vala-parallel.sh | |
x automake-1.13/t/tap-no-spurious-numbers-w.sh | |
x automake-1.13/t/comment8.sh | |
x automake-1.13/t/confh-subdir-clean.sh | |
x automake-1.13/t/autodist-subdir.sh | |
x automake-1.13/t/condhook2.sh | |
x automake-1.13/t/txinfo.sh | |
x automake-1.13/t/warnings-obsolete-default.sh | |
x automake-1.13/t/lex-pr204.sh | |
x automake-1.13/t/silent-configsite.sh | |
x automake-1.13/t/output5.sh | |
x automake-1.13/t/ar-lib6a.sh | |
x automake-1.13/t/remake-deleted-am-subdir.sh | |
x automake-1.13/t/dash.sh | |
x automake-1.13/t/check-subst-w.sh | |
x automake-1.13/t/javaflags.sh | |
x automake-1.13/t/aclocal-underquoted-defun.sh | |
x automake-1.13/t/libobj15c.sh | |
x automake-1.13/t/parallel-am.sh | |
x automake-1.13/t/tap-numbers-leading-zero.sh | |
x automake-1.13/t/library2.sh | |
x automake-1.13/t/dollarvar.sh | |
x automake-1.13/t/silent-f90.sh | |
x automake-1.13/t/ar5.sh | |
x automake-1.13/t/tap-bad-prog-w.tap | |
x automake-1.13/t/ltinit.sh | |
x automake-1.13/t/tap-driver-stderr.sh | |
x automake-1.13/t/output-order.sh | |
x automake-1.13/t/library3.sh | |
x automake-1.13/t/confh.sh | |
x automake-1.13/t/syntax.sh | |
x automake-1.13/t/tap-exit-w.sh | |
x automake-1.13/t/depcomp2.sh | |
x automake-1.13/t/cond5.sh | |
x automake-1.13/t/txinfo23.sh | |
x automake-1.13/t/parse.sh | |
x automake-1.13/t/depcomp-lt-gcc.tap | |
x automake-1.13/t/yacc-cxx.sh | |
x automake-1.13/t/depend.sh | |
x automake-1.13/t/target-cflags.sh | |
x automake-1.13/t/test-harness-vpath-rewrite.sh | |
x automake-1.13/t/javaprim.sh | |
x automake-1.13/t/recurs-user-keep-going.sh | |
x automake-1.13/t/acsilent.sh | |
x automake-1.13/t/spelling.sh | |
x automake-1.13/t/py-compile-usage.sh | |
x automake-1.13/t/check10.sh | |
x automake-1.13/t/libobj14.sh | |
x automake-1.13/t/link_override.sh | |
x automake-1.13/t/parallel-tests-log-override-2.sh | |
x automake-1.13/t/txinfo29.sh | |
x automake-1.13/t/tap-diagnostic-custom-w.sh | |
x automake-1.13/t/check-subst.sh | |
x automake-1.13/t/maken3-w.sh | |
x automake-1.13/t/pr300-lib.sh | |
x automake-1.13/t/parallel-tests-suffix-prog.sh | |
x automake-1.13/t/remake-moved-m4-file.sh | |
x automake-1.13/t/recurs-user-override.sh | |
x automake-1.13/t/version3.sh | |
x automake-1.13/t/nostdinc.sh | |
x automake-1.13/t/remake-timing-bug-pr8365.sh | |
x automake-1.13/t/recurs-user-no-top-level.sh | |
x automake-1.13/t/parallel-tests-generated-and-distributed.sh | |
x automake-1.13/t/strip2.sh | |
x automake-1.13/t/testsuite-summary-reference-log.sh | |
x automake-1.13/t/library.sh | |
x automake-1.13/t/libexec.sh | |
x automake-1.13/t/condman3.sh | |
x automake-1.13/t/depdist.sh | |
x automake-1.13/t/instsh.sh | |
x automake-1.13/t/aclocal-print-acdir.sh | |
x automake-1.13/t/objcxx-minidemo.sh | |
x automake-1.13/t/subpkg3.sh | |
x automake-1.13/t/conff.sh | |
x automake-1.13/t/subpkg.sh | |
x automake-1.13/t/tap-plan-middle.sh | |
x automake-1.13/t/link_f90_only.sh | |
x automake-1.13/t/built-sources-fork-bomb.sh | |
x automake-1.13/t/condd.sh | |
x automake-1.13/t/warnings-unknown.sh | |
x automake-1.13/t/python.sh | |
x automake-1.13/t/parallel-tests-dry-run-2.sh | |
x automake-1.13/t/tap-planskip-later-errors-w.sh | |
x automake-1.13/t/yacc-bison-skeleton.sh | |
x automake-1.13/t/aclocal-amflags.sh | |
x automake-1.13/t/remake-macrodir.sh | |
x automake-1.13/t/lisp7.sh | |
x automake-1.13/t/instsh2.sh | |
x automake-1.13/t/ar-lib2.sh | |
x automake-1.13/t/parallel-tests-recheck.sh | |
x automake-1.13/t/txinfo25.sh | |
x automake-1.13/t/tap-bad-prog.tap | |
x automake-1.13/t/primary-prefix-valid-couples.sh | |
x automake-1.13/t/java-compile-run-flat.sh | |
x automake-1.13/t/aclocal-dirlist-abspath.sh | |
x automake-1.13/t/primary3.sh | |
x automake-1.13/t/badprog.sh | |
x automake-1.13/t/distcheck-pr9579.sh | |
x automake-1.13/t/depcomp-makedepend.tap | |
x automake-1.13/t/tap-autonumber-w.sh | |
x automake-1.13/t/test-driver-create-log-dir.sh | |
x automake-1.13/t/parallel-tests-log-compiler-2.sh | |
x automake-1.13/t/tap-plan-corner-w.sh | |
x automake-1.13/t/test-missing.sh | |
x automake-1.13/t/yflags-conditional.sh | |
x automake-1.13/t/clean.sh | |
x automake-1.13/t/ar-lib.sh | |
x automake-1.13/t/vala-recursive-setup.sh | |
x automake-1.13/t/install2.sh | |
x automake-1.13/t/tap-plan-errors-w.sh | |
x automake-1.13/t/comment9.sh | |
x automake-1.13/t/fort5.sh | |
x automake-1.13/t/txinfo8.sh | |
x automake-1.13/t/tar3.sh | |
x automake-1.13/t/dup2.sh | |
x automake-1.13/t/output.sh | |
x automake-1.13/t/py-compile-option-terminate.sh | |
x automake-1.13/t/yflags.sh | |
x automake-1.13/t/vars3.sh | |
x automake-1.13/t/aclocal-install-absdir.sh | |
x automake-1.13/t/tap-passthrough-exit-w.sh | |
x automake-1.13/t/pr224.sh | |
x automake-1.13/t/comment6.sh | |
x automake-1.13/t/libtool.sh | |
x automake-1.13/t/recurs-user-wrap.sh | |
x automake-1.13/t/tap-passthrough-exit.sh | |
x automake-1.13/t/aclocal-macrodirs.tap | |
x automake-1.13/t/tagsub.sh | |
x automake-1.13/t/subdir-with-slash.sh | |
x automake-1.13/t/man2.sh | |
x automake-1.13/t/check12-w.sh | |
x automake-1.13/t/built-sources-cond.sh | |
x automake-1.13/t/posixsubst-tests.sh | |
x automake-1.13/t/warnings-precedence.sh | |
x automake-1.13/t/cond36.sh | |
x automake-1.13/t/cscope2.sh | |
x automake-1.13/t/self-check-unindent.tap | |
x automake-1.13/t/instdir-texi.sh | |
x automake-1.13/t/exeext3.sh | |
x automake-1.13/t/man3.sh | |
x automake-1.13/t/amopts-location.sh | |
x automake-1.13/t/check6.sh | |
x automake-1.13/t/ext.sh | |
x automake-1.13/t/comments-in-var-def.sh | |
x automake-1.13/t/silent-yacc-headers.sh | |
x automake-1.13/t/test-driver-custom-multitest.sh | |
x automake-1.13/t/distcheck-hook.sh | |
x automake-1.13/t/dejagnu5.sh | |
x automake-1.13/t/asm.sh | |
x automake-1.13/t/aclocal-deps.sh | |
x automake-1.13/t/comment7.sh | |
x automake-1.13/t/parallel-am2.sh | |
x automake-1.13/t/dejagnu2.sh | |
x automake-1.13/t/remake-all-1.sh | |
x automake-1.13/t/cscope3.sh | |
x automake-1.13/t/remake-subdir-long-time.sh | |
x automake-1.13/t/exdir3.sh | |
x automake-1.13/t/distcheck-hook2.sh | |
x automake-1.13/t/aclocal-remake-misc.sh | |
x automake-1.13/t/tests-environment-fd-redirect.sh | |
x automake-1.13/t/libobj2.sh | |
x automake-1.13/t/distcheck-pr10470.sh | |
x automake-1.13/t/targetclash.sh | |
x automake-1.13/t/stdlib.sh | |
x automake-1.13/t/check-subst-prog.sh | |
x automake-1.13/t/backsl.sh | |
x automake-1.13/t/autodist-no-duplicate.sh | |
x automake-1.13/t/upc3.sh | |
x automake-1.13/t/tap-whitespace-normalization.sh | |
x automake-1.13/t/aclocal-path-precedence.sh | |
x automake-1.13/t/exeext2.sh | |
x automake-1.13/t/cond6.sh | |
x automake-1.13/t/cond35.sh | |
x automake-1.13/t/test-driver-custom.sh | |
x automake-1.13/t/nodepcomp.sh | |
x automake-1.13/t/distcom4.sh | |
x automake-1.13/t/test-driver-is-distributed.sh | |
x automake-1.13/t/python3.sh | |
x automake-1.13/t/condinc2.sh | |
x automake-1.13/t/ar-lib5a.sh | |
x automake-1.13/t/remake-after-acinclude-m4.sh | |
x automake-1.13/t/depend4.sh | |
x automake-1.13/t/parallel-tests-cmdline-override.sh | |
x automake-1.13/t/silent-cxx.sh | |
x automake-1.13/t/libobj20c.sh | |
x automake-1.13/t/remake-deleted-am-2.sh | |
x automake-1.13/t/conflnk2.sh | |
x automake-1.13/t/suffix4.sh | |
x automake-1.13/t/tar.sh | |
x automake-1.13/t/mdate3.sh | |
x automake-1.13/t/ac-output-old.tap | |
x automake-1.13/t/objc-deps.sh | |
x automake-1.13/t/output9.sh | |
x automake-1.13/t/objcxx-basic.sh | |
x automake-1.13/t/lex-noyywrap.sh | |
x automake-1.13/t/werror4.sh | |
x automake-1.13/t/tap-planskip-whitespace-w.sh | |
x automake-1.13/t/instsh2-w.sh | |
x automake-1.13/t/instfail.sh | |
x automake-1.13/t/pluseq7.sh | |
x automake-1.13/t/ltcond2.sh | |
x automake-1.13/t/java-nobase.sh | |
x automake-1.13/t/output13.sh | |
x automake-1.13/t/txinfo7.sh | |
x automake-1.13/t/vtexi3.sh | |
x automake-1.13/t/java-mix.sh | |
x automake-1.13/t/relativize.tap | |
x automake-1.13/t/tap-bailout-and-logging.sh | |
x automake-1.13/t/silent-lex.sh | |
x automake-1.13/t/asm3.sh | |
x automake-1.13/t/cond38.sh | |
x automake-1.13/t/compile4.sh | |
x automake-1.13/t/fortdep.sh | |
x automake-1.13/t/tap-no-spurious.sh | |
x automake-1.13/t/add-missing-multiple.sh | |
x automake-1.13/t/parallel-tests-log-override-1.sh | |
x automake-1.13/t/check-fd-redirect-w.sh | |
x automake-1.13/t/check12.sh | |
x automake-1.13/t/subobj11b.sh | |
x automake-1.13/t/autodist-stamp-vti.sh | |
x automake-1.13/t/silent-f77.sh | |
x automake-1.13/t/warning-groups-win-over-strictness.sh | |
x automake-1.13/t/distdir.sh | |
x automake-1.13/t/nodist2.sh | |
x automake-1.13/t/lex5.sh | |
x automake-1.13/t/distcom-subdir.sh | |
x automake-1.13/t/aclocal-missing-macros.sh | |
x automake-1.13/t/percent.sh | |
x automake-1.13/t/acsubst2.sh | |
x automake-1.13/t/ar-lib5b.sh | |
x automake-1.13/t/colon2.sh | |
x automake-1.13/t/tap-empty-diagnostic-w.sh | |
x automake-1.13/t/instdat.sh | |
x automake-1.13/t/parallel-tests-trailing-whitespace.sh | |
x automake-1.13/t/tap-planskip-case-insensitive-w.sh | |
x automake-1.13/t/pluseq5.sh | |
x automake-1.13/t/tap-diagnostic-w.sh | |
x automake-1.13/t/tags2.sh | |
x automake-1.13/t/compile2.sh | |
x automake-1.13/t/tap-bailout-suppress-badexit.sh | |
x automake-1.13/t/remake-subdir-gnu.sh | |
x automake-1.13/t/specflg9.sh | |
x automake-1.13/t/tap-planskip-unplanned.sh | |
x automake-1.13/t/remake-makefile-vpath.sh | |
x automake-1.13/t/commen10.sh | |
x automake-1.13/t/sourcefile-in-subdir.sh | |
x automake-1.13/t/tap-no-spurious-numbers.sh | |
x automake-1.13/t/confvar2.sh | |
x automake-1.13/t/autohdrdry.sh | |
x automake-1.13/t/parallel-tests-reset-term.sh | |
x automake-1.13/t/tap-todo-skip.sh | |
x automake-1.13/t/pr243.sh | |
x automake-1.13/t/tap-log-w.sh | |
x automake-1.13/t/auxdir-autodetect.sh | |
x automake-1.13/t/stdinc.sh | |
x automake-1.13/t/dejagnu-siteexp-append.sh | |
x automake-1.13/t/yacc-clean-cxx.sh | |
x automake-1.13/t/notrans.sh | |
x automake-1.13/t/no-spurious-install-recursive.sh | |
x automake-1.13/t/dist-pr109765.sh | |
x automake-1.13/t/subdir.sh | |
x automake-1.13/t/java-extra.sh | |
x automake-1.13/t/check.sh | |
x automake-1.13/t/canon3.sh | |
x automake-1.13/t/txinfo-unrecognized-extension.sh | |
x automake-1.13/t/gnumake.sh | |
x automake-1.13/t/help-depend.sh | |
x automake-1.13/t/nodist3.sh | |
x automake-1.13/t/distlinksbrk.sh | |
x automake-1.13/t/autohdr.sh | |
x automake-1.13/t/condinc.sh | |
x automake-1.13/t/help-dmalloc.sh | |
x automake-1.13/t/check-fd-redirect.sh | |
x automake-1.13/t/extra-programs-empty.sh | |
x automake-1.13/t/suffix11.tap | |
x automake-1.13/t/cond40.sh | |
x automake-1.13/t/txinfo33.sh | |
x automake-1.13/t/gcj5.sh | |
x automake-1.13/t/test-metadata-results.sh | |
x automake-1.13/t/self-check-exit.tap | |
x automake-1.13/t/cxxnoc.sh | |
x automake-1.13/t/tap-log.sh | |
x automake-1.13/t/lex-clean.sh | |
x automake-1.13/t/confh6.sh | |
x automake-1.13/t/remake-deleted-m4-file.sh | |
x automake-1.13/t/libobj17.sh | |
x automake-1.13/t/libobj16b.sh | |
x automake-1.13/t/defun.sh | |
x automake-1.13/t/deprecated-acinit.sh | |
x automake-1.13/t/tap-bailout-suppress-badexit-w.sh | |
x automake-1.13/t/canon2.sh | |
x automake-1.13/t/upc2.sh | |
x automake-1.13/t/exeext4.sh | |
x automake-1.13/t/doc-parsing-buglets-tabs.sh | |
x automake-1.13/t/gettext3.sh | |
x automake-1.13/t/distcheck-configure-flags.sh | |
x automake-1.13/t/subobj2.sh | |
x automake-1.13/t/yacc-subdir.sh | |
x automake-1.13/t/dist-auxdir-many-subdirs.sh | |
x automake-1.13/t/compile3-w.sh | |
x automake-1.13/t/aclocal-install-mkdir.sh | |
x automake-1.13/t/order.sh | |
x automake-1.13/t/aclocal-req.sh | |
x automake-1.13/t/remake-maintainer-mode.sh | |
x automake-1.13/t/instdir-prog.sh | |
x automake-1.13/t/man7.sh | |
x automake-1.13/t/subdir-cond-err.sh | |
x automake-1.13/t/cxx-lt-demo.sh | |
x automake-1.13/t/extra5.sh | |
x automake-1.13/t/tap-more-w.sh | |
x automake-1.13/t/testsuite-summary-count.sh | |
x automake-1.13/t/aclocal-path.sh | |
x automake-1.13/t/version6.sh | |
x automake-1.13/t/distcheck-configure-flags-am.sh | |
x automake-1.13/t/tests-environment-backcompat.sh | |
x automake-1.13/t/gcj2.sh | |
x automake-1.13/t/ccnoco3.sh | |
x automake-1.13/t/depcomp-lt-makedepend.tap | |
x automake-1.13/t/pr279.sh | |
x automake-1.13/t/depcomp-lt-cpp.tap | |
x automake-1.13/t/cond21.sh | |
x automake-1.13/t/alpha.sh | |
x automake-1.13/t/parallel-tests-concurrency-2.sh | |
x automake-1.13/t/cond20.sh | |
x automake-1.13/t/tar2.sh | |
x automake-1.13/t/cond28.sh | |
x automake-1.13/t/libtool7.sh | |
x automake-1.13/t/cond18.sh | |
x automake-1.13/t/vala-headers.sh | |
x automake-1.13/t/java-clean.sh | |
x automake-1.13/t/specflg6.sh | |
x automake-1.13/t/output7.sh | |
x automake-1.13/t/py-compile-basedir.sh | |
x automake-1.13/t/txinfo24.sh | |
x automake-1.13/t/txinfo28.sh | |
x automake-1.13/t/suffix10.tap | |
x automake-1.13/t/tap-planskip-later-errors.sh | |
x automake-1.13/t/ar-lib7.sh | |
x automake-1.13/t/dist-auxfile-2.sh | |
x automake-1.13/t/tap-empty.sh | |
x automake-1.13/t/suffix9.sh | |
x automake-1.13/t/license.sh | |
x automake-1.13/t/tap-negative-numbers.sh | |
x automake-1.13/t/colon7.sh | |
x automake-1.13/t/primary-prefix-couples-documented-valid.sh | |
x automake-1.13/t/txinfo21.sh | |
x automake-1.13/t/vala-per-target-flags.sh | |
x automake-1.13/t/suffix-custom-subobj-and-specflg.sh | |
x automake-1.13/t/prefix.sh | |
x automake-1.13/t/cond10.sh | |
x automake-1.13/t/tap-planskip-unplanned-w.sh | |
x automake-1.13/t/aclocal-install-fail.sh | |
x automake-1.13/t/check-tests-in-builddir-w.sh | |
x automake-1.13/t/backsl3.sh | |
x automake-1.13/t/comment.sh | |
x automake-1.13/t/dejagnu4.sh | |
x automake-1.13/t/yacc-nodist.sh | |
x automake-1.13/t/link_dist.sh | |
x automake-1.13/t/cond39.sh | |
x automake-1.13/t/vartypo2.sh | |
x automake-1.13/t/exdir.sh | |
x automake-1.13/t/nodep.sh | |
x automake-1.13/t/suffix-chain.tap | |
x automake-1.13/t/comment3.sh | |
x automake-1.13/t/werror2.sh | |
x automake-1.13/t/cond44.sh | |
x automake-1.13/t/color-tests-opt.sh | |
x automake-1.13/t/tap-msg0-result-w.sh | |
x automake-1.13/t/suffix5.sh | |
x automake-1.13/t/am-tests-environment.sh | |
x automake-1.13/t/libobj15b.sh | |
x automake-1.13/t/badopt.sh | |
x automake-1.13/t/ldadd.sh | |
x automake-1.13/t/hdr-vars-defined-once.sh | |
x automake-1.13/t/txinfo26.sh | |
x automake-1.13/t/check-subst-prog-w.sh | |
x automake-1.13/t/stdlib2.sh | |
x automake-1.13/t/ansi2knr-no-more.sh | |
x automake-1.13/t/ltlibsrc.sh | |
x automake-1.13/t/color-tests.sh | |
x automake-1.13/t/subobj10.sh | |
x automake-1.13/t/maken3.sh | |
x automake-1.13/t/tap-xfail-tests-w.sh | |
x automake-1.13/t/pr279-2.sh | |
x automake-1.13/t/cscope.tap | |
x automake-1.13/t/self-check-explicit-skips.sh | |
x automake-1.13/t/posixsubst-extradist.sh | |
x automake-1.13/t/vala-vpath.sh | |
x automake-1.13/t/vala-mix2.sh | |
x automake-1.13/t/check11-w.sh | |
x automake-1.13/t/check-exported-srcdir-w.sh | |
x automake-1.13/t/self-check-shell-no-trail-bslash.sh | |
x automake-1.13/t/programs-primary-rewritten.sh | |
x automake-1.13/t/link_fccxx.sh | |
x automake-1.13/t/backcompat3.sh | |
x automake-1.13/t/aclocal-acdir.sh | |
x automake-1.13/t/init.sh | |
x automake-1.13/t/cond19.sh | |
x automake-1.13/t/tap-planskip-bailout-w.sh | |
x automake-1.13/t/autodist-acconfig-no-subdir.sh | |
x automake-1.13/t/remake-gnulib-add-header.sh | |
x automake-1.13/t/yflags-var-expand.sh | |
x automake-1.13/t/link_fcxx.sh | |
x automake-1.13/t/tap-xfail-tests.sh | |
x automake-1.13/t/aclocal-m4-sinclude.sh | |
x automake-1.13/t/tap-bailout-w.sh | |
x automake-1.13/t/nodep2.sh | |
x automake-1.13/t/instdir-no-empty.sh | |
x automake-1.13/t/tap-with-and-without-number-w.sh | |
x automake-1.13/t/acloca10.sh | |
x automake-1.13/t/parallel-tests-driver-install.sh | |
x automake-1.13/t/javasubst.sh | |
x automake-1.13/t/yaccvpath.sh | |
x automake-1.13/t/test-missing2.sh | |
x automake-1.13/t/subobj11c.sh | |
x automake-1.13/t/compile_f90_c_cxx.sh | |
x automake-1.13/t/aclocal-no-extra-scan.sh | |
x automake-1.13/t/tap-ambiguous-directive.sh | |
x automake-1.13/t/test-driver-custom-xfail-tests.sh | |
x automake-1.13/t/dist-missing-included-m4.sh | |
x automake-1.13/t/check4.sh | |
x automake-1.13/t/remake-after-makefile-am.sh | |
x automake-1.13/t/libtool5.sh | |
x automake-1.13/t/libobj3.sh | |
x automake-1.13/t/cxxlibobj.sh | |
x automake-1.13/t/spy.sh | |
x automake-1.13/t/yacc-dist-nobuild-subdir.sh | |
x automake-1.13/t/yaccpp.sh | |
x automake-1.13/t/cond43.sh | |
x automake-1.13/t/txinfo16.sh | |
x automake-1.13/t/vala-mix.sh | |
x automake-1.13/t/subdir-add2-pr46.sh | |
x automake-1.13/t/python10.sh | |
x automake-1.13/t/fort4.sh | |
x automake-1.13/t/conffile-leading-dot.sh | |
x automake-1.13/t/aclocal.sh | |
x automake-1.13/t/mmode.sh | |
x automake-1.13/t/alloca2.sh | |
x automake-1.13/t/tap-driver-stderr-w.sh | |
x automake-1.13/t/mdate4.sh | |
x automake-1.13/t/tap-plan-middle-w.sh | |
x automake-1.13/t/subdir-add-pr46.sh | |
x automake-1.13/t/java-no-duplicate.sh | |
x automake-1.13/t/nodef.sh | |
x automake-1.13/t/link_f_only.sh | |
x automake-1.13/t/deleted-am.sh | |
x automake-1.13/t/tap-msg0-bailout.sh | |
x automake-1.13/t/txinfo6.sh | |
x automake-1.13/t/tap-no-merge-stdout-stderr-w.sh | |
x automake-1.13/t/gnuwarn.sh | |
x automake-1.13/t/aclocal-path-install-serial.sh | |
x automake-1.13/t/output12.sh | |
x automake-1.13/t/subobj11a.sh | |
x automake-1.13/t/depend6.sh | |
x automake-1.13/t/confsub.sh | |
x automake-1.13/t/spell.sh | |
x automake-1.13/t/unused.sh | |
x automake-1.13/t/python-dist.sh | |
x automake-1.13/t/empty-sources-primary.tap | |
x automake-1.13/t/pluseq9.sh | |
x automake-1.13/t/libobj4.sh | |
x automake-1.13/t/check4-w.sh | |
x automake-1.13/t/libtoo10.sh | |
x automake-1.13/t/pr72.sh | |
x automake-1.13/t/dejagnu6.sh | |
x automake-1.13/t/override-html.sh | |
x automake-1.13/t/check-tests-in-builddir.sh | |
x automake-1.13/t/am-missing-prog.sh | |
x automake-1.13/t/aclocal-comments-respected.sh | |
x automake-1.13/t/pr266.sh | |
x automake-1.13/t/auxdir8.sh | |
x automake-1.13/t/self-check-is_newest.tap | |
x automake-1.13/t/parallel-tests-interrupt.tap | |
x automake-1.13/t/badline.sh | |
x automake-1.13/t/ar3.sh | |
x automake-1.13/t/location.sh | |
x automake-1.13/t/substtarg.sh | |
x automake-1.13/t/instsh3.sh | |
x automake-1.13/automake.in | |
x automake-1.13/doc/ | |
x automake-1.13/doc/amhello/ | |
x automake-1.13/doc/amhello/Makefile.am | |
x automake-1.13/doc/amhello/README | |
x automake-1.13/doc/amhello/src/ | |
x automake-1.13/doc/amhello/src/Makefile.am | |
x automake-1.13/doc/amhello/src/main.c | |
x automake-1.13/doc/amhello/configure.ac | |
x automake-1.13/doc/automake.info-2 | |
x automake-1.13/doc/automake.info | |
x automake-1.13/doc/amhello-1.0.tar.gz | |
x automake-1.13/doc/automake.info-3 | |
x automake-1.13/doc/automake-history.info | |
x automake-1.13/doc/fdl.texi | |
x automake-1.13/doc/automake.info-1 | |
x automake-1.13/doc/automake.texi | |
x automake-1.13/doc/automake-history.texi | |
x automake-1.13/doc/version.texi | |
x automake-1.13/doc/stamp-vti | |
x automake-1.13/doc/help2man | |
x automake-1.13/aclocal.m4 | |
x automake-1.13/NEWS | |
+ pushd automake-1.13 | |
/tmp/libjpeg/automake-1.13 /tmp/libjpeg | |
+ ./configure --prefix=/tmp/libjpeg/gnu | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... lib/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether ln -s works... yes | |
checking for perl... /usr/bin/perl | |
checking whether /usr/bin/perl supports ithreads... yes | |
checking for tex... no | |
checking for yacc... yacc | |
checking for lex... lex | |
checking whether autoconf is installed... yes | |
checking whether autoconf works... yes | |
checking whether autoconf is recent enough... yes | |
checking whether ln works... yes | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
configure: will now look for a sturdy POSIX shell, for our testsuite | |
checking for sh... /bin/sh | |
checking for sh5... no | |
checking for dash... no | |
checking for ash... no | |
checking for bash... /bin/bash | |
checking for zsh... /bin/zsh | |
checking for ksh... /bin/ksh | |
checking for pdksh... no | |
checking whether /bin/sh supports $(cmd)... yes | |
checking whether /bin/sh supports $((expr))... yes | |
checking whether /bin/sh supports ${#var}... yes | |
checking whether /bin/sh supports ${var#glob} and ${var%glob}... yes | |
checking whether /bin/sh preserves exit traps with "set -e"... yes | |
checking whether /bin/sh can define exit traps in a shell function... yes | |
checking whether /bin/sh corrupts stderr with "set -x"... no | |
checking whether /bin/sh can return early from "dot-sourced" files... yes | |
checking whether /bin/sh supports alias named like shell builtins... yes | |
checking whether /bin/sh supports "test -e"... yes | |
configure: shell /bin/sh is good enough, stop looking | |
configure: will use /bin/sh as the testsuite shell | |
configure: will now look for generic compilers | |
checking for cc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for aCC... no | |
checking for FCC... no | |
checking for KCC... KCC | |
checking whether the C++ compiler works... no | |
configure: WARNING: C++ compiler cannot create executables | |
configure: tests requiring the C++ compiler will be skipped | |
checking for xlf95... no | |
checking for f95... no | |
checking for fort... no | |
checking for ifort... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgfortran... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking for nagfor... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for g95... no | |
checking for gfortran... no | |
checking whether the Fortran compiler works... no | |
configure: WARNING: Fortran compiler cannot create executables | |
configure: tests requiring the Fortran compiler will be skipped | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for g77... no | |
checking for gfortran... no | |
checking whether the Fortran 77 compiler works... no | |
configure: WARNING: Fortran 77 compiler cannot create executables | |
configure: tests requiring the Fortran 77 compiler will be skipped | |
configure: will now look for GNU compilers | |
configure: cc is already a GNU C compiler | |
checking for g++... g++ | |
checking for gfortran... no | |
checking for g77... no | |
checking for gfortran... no | |
checking for gcj... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating t/wrap/aclocal-1.13 | |
config.status: creating t/wrap/automake-1.13 | |
+ make -j4 | |
GEN automake | |
GEN aclocal | |
GEN t/ax/shell-no-trail-bslash | |
GEN runtest | |
GEN doc/aclocal.1 | |
GEN doc/automake.1 | |
GEN lib/Automake/Config.pm | |
GEN t/ax/test-defs.sh | |
GEN doc/aclocal-1.13.1 | |
GEN doc/automake-1.13.1 | |
+ make install | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/bin' | |
/usr/bin/install -c automake aclocal '/tmp/libjpeg/gnu/bin' | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook | |
ln '/tmp/libjpeg/gnu/bin/automake' '/tmp/libjpeg/gnu/bin/automake-1.13' | |
ln '/tmp/libjpeg/gnu/bin/aclocal' '/tmp/libjpeg/gnu/bin/aclocal-1.13' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/automake-1.13/am' | |
/usr/bin/install -c -m 644 lib/am/check.am lib/am/check2.am lib/am/clean-hdr.am lib/am/clean.am lib/am/compile.am lib/am/configure.am lib/am/data.am lib/am/dejagnu.am lib/am/depend.am lib/am/depend2.am lib/am/distdir.am lib/am/footer.am lib/am/header-vars.am lib/am/header.am lib/am/install.am lib/am/inst-vars.am lib/am/java.am lib/am/lang-compile.am lib/am/lex.am lib/am/library.am lib/am/libs.am lib/am/libtool.am lib/am/lisp.am lib/am/ltlib.am lib/am/ltlibrary.am lib/am/mans-vars.am lib/am/mans.am lib/am/program.am lib/am/progs.am lib/am/python.am lib/am/remake-hdr.am lib/am/scripts.am lib/am/subdirs.am lib/am/tags.am lib/am/texi-vers.am lib/am/texibuild.am lib/am/texinfos.am lib/am/vala.am lib/am/yacc.am '/tmp/libjpeg/gnu/share/automake-1.13/am' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/aclocal-1.13' | |
/usr/bin/install -c -m 644 m4/amversion.m4 m4/ar-lib.m4 m4/as.m4 m4/auxdir.m4 m4/cond.m4 m4/cond-if.m4 m4/depend.m4 m4/depout.m4 m4/dmalloc.m4 m4/extra-recurs.m4 m4/gcj.m4 m4/init.m4 m4/install-sh.m4 m4/lead-dot.m4 m4/lex.m4 m4/lispdir.m4 m4/maintainer.m4 m4/make.m4 m4/minuso.m4 m4/missing.m4 m4/mkdirp.m4 m4/options.m4 m4/protos.m4 m4/python.m4 m4/runlog.m4 m4/sanity.m4 m4/silent.m4 m4/strip.m4 m4/substnot.m4 m4/tar.m4 m4/upc.m4 m4/vala.m4 '/tmp/libjpeg/gnu/share/aclocal-1.13' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/aclocal-1.13/internal' | |
/usr/bin/install -c -m 644 m4/internal/ac-config-macro-dirs.m4 '/tmp/libjpeg/gnu/share/aclocal-1.13/internal' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/doc/automake' | |
/usr/bin/install -c -m 644 ./doc/amhello-1.0.tar.gz '/tmp/libjpeg/gnu/share/doc/automake' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/automake-1.13/Automake' | |
/usr/bin/install -c -m 644 lib/Automake/ChannelDefs.pm lib/Automake/Channels.pm lib/Automake/Condition.pm lib/Automake/Configure_ac.pm lib/Automake/DisjConditions.pm lib/Automake/FileUtils.pm lib/Automake/General.pm lib/Automake/Getopt.pm lib/Automake/Item.pm lib/Automake/ItemDef.pm lib/Automake/Location.pm lib/Automake/Options.pm lib/Automake/Rule.pm lib/Automake/RuleDef.pm lib/Automake/Variable.pm lib/Automake/VarDef.pm lib/Automake/Version.pm lib/Automake/XFile.pm lib/Automake/Wrap.pm '/tmp/libjpeg/gnu/share/automake-1.13/Automake' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/automake-1.13' | |
/usr/bin/install -c -m 644 lib/COPYING lib/INSTALL lib/texinfo.tex '/tmp/libjpeg/gnu/share/automake-1.13' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/automake-1.13' | |
/usr/bin/install -c -m 644 lib/config.guess lib/config.sub lib/install-sh lib/mdate-sh lib/missing lib/mkinstalldirs lib/ylwrap lib/depcomp lib/compile lib/py-compile lib/ar-lib lib/test-driver lib/tap-driver.sh lib/tap-driver.pl '/tmp/libjpeg/gnu/share/automake-1.13' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/aclocal' | |
/usr/bin/install -c -m 644 m4/acdir/README '/tmp/libjpeg/gnu/share/aclocal' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/info' | |
/usr/bin/install -c -m 644 ./doc/automake.info ./doc/automake.info-1 ./doc/automake.info-2 ./doc/automake.info-3 ./doc/automake-history.info '/tmp/libjpeg/gnu/share/info' | |
install-info --info-dir='/tmp/libjpeg/gnu/share/info' '/tmp/libjpeg/gnu/share/info/automake.info' | |
install-info --info-dir='/tmp/libjpeg/gnu/share/info' '/tmp/libjpeg/gnu/share/info/automake-history.info' | |
install-info: warning: no info dir entry in `/tmp/libjpeg/gnu/share/info/automake-history.info' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/man/man1' | |
/usr/bin/install -c -m 644 doc/aclocal.1 doc/automake.1 doc/aclocal-1.13.1 doc/automake-1.13.1 '/tmp/libjpeg/gnu/share/man/man1' | |
lib/install-sh -c -d '/tmp/libjpeg/gnu/share/automake-1.13/Automake' | |
/usr/bin/install -c -m 644 lib/Automake/Config.pm '/tmp/libjpeg/gnu/share/automake-1.13/Automake' | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/config.guess' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/config.sub' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/install-sh' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/mdate-sh' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/missing' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/mkinstalldirs' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/ylwrap' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/depcomp' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/compile' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/py-compile' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/ar-lib' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/test-driver' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/tap-driver.sh' | |
chmod +x '/tmp/libjpeg/gnu/share/automake-1.13/tap-driver.pl' | |
+ popd | |
/tmp/libjpeg | |
+ '[' '!' -f libtool-2.4.2.tar.gz ']' | |
+ curl -O http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 2570k 100 2570k 0 0 719k 0 0:00:03 0:00:03 --:--:-- 719k | |
+ rm -rf libtool-2.4.2 | |
+ tar -xvf libtool-2.4.2.tar.gz | |
x libtool-2.4.2/ | |
x libtool-2.4.2/aclocal.m4 | |
x libtool-2.4.2/AUTHORS | |
x libtool-2.4.2/bootstrap | |
x libtool-2.4.2/ChangeLog | |
x libtool-2.4.2/ChangeLog.1996 | |
x libtool-2.4.2/ChangeLog.1997 | |
x libtool-2.4.2/ChangeLog.1998 | |
x libtool-2.4.2/ChangeLog.1999 | |
x libtool-2.4.2/ChangeLog.2000 | |
x libtool-2.4.2/ChangeLog.2001 | |
x libtool-2.4.2/ChangeLog.2002 | |
x libtool-2.4.2/ChangeLog.2003 | |
x libtool-2.4.2/ChangeLog.2004 | |
x libtool-2.4.2/ChangeLog.2005 | |
x libtool-2.4.2/ChangeLog.2006 | |
x libtool-2.4.2/ChangeLog.2007 | |
x libtool-2.4.2/ChangeLog.2008 | |
x libtool-2.4.2/ChangeLog.2009 | |
x libtool-2.4.2/ChangeLog.2010 | |
x libtool-2.4.2/config-h.in | |
x libtool-2.4.2/configure | |
x libtool-2.4.2/configure.ac | |
x libtool-2.4.2/COPYING | |
x libtool-2.4.2/doc/ | |
x libtool-2.4.2/INSTALL | |
x libtool-2.4.2/libltdl/ | |
x libtool-2.4.2/libtoolize.in | |
x libtool-2.4.2/libtoolize.m4sh | |
x libtool-2.4.2/Makefile.am | |
x libtool-2.4.2/Makefile.in | |
x libtool-2.4.2/NEWS | |
x libtool-2.4.2/README | |
x libtool-2.4.2/tests/ | |
x libtool-2.4.2/THANKS | |
x libtool-2.4.2/TODO | |
x libtool-2.4.2/tests/am-subdir.at | |
x libtool-2.4.2/tests/archive-in-archive.at | |
x libtool-2.4.2/tests/bindir.at | |
x libtool-2.4.2/tests/cdemo/ | |
x libtool-2.4.2/tests/cdemo-conf.test | |
x libtool-2.4.2/tests/cdemo-exec.test | |
x libtool-2.4.2/tests/cdemo-make.test | |
x libtool-2.4.2/tests/cdemo-shared-exec.test | |
x libtool-2.4.2/tests/cdemo-shared-make.test | |
x libtool-2.4.2/tests/cdemo-shared.test | |
x libtool-2.4.2/tests/cdemo-static-exec.test | |
x libtool-2.4.2/tests/cdemo-static-make.test | |
x libtool-2.4.2/tests/cdemo-static.test | |
x libtool-2.4.2/tests/cdemo-undef-exec.test | |
x libtool-2.4.2/tests/cdemo-undef-make.test | |
x libtool-2.4.2/tests/cdemo-undef.test | |
x libtool-2.4.2/tests/cmdline_wrap.at | |
x libtool-2.4.2/tests/configure-iface.at | |
x libtool-2.4.2/tests/convenience.at | |
x libtool-2.4.2/tests/ctor.at | |
x libtool-2.4.2/tests/cwrapper.at | |
x libtool-2.4.2/tests/darwin.at | |
x libtool-2.4.2/tests/defs.in | |
x libtool-2.4.2/tests/defs.m4sh | |
x libtool-2.4.2/tests/demo/ | |
x libtool-2.4.2/tests/demo-conf.test | |
x libtool-2.4.2/tests/demo-deplibs.test | |
x libtool-2.4.2/tests/demo-exec.test | |
x libtool-2.4.2/tests/demo-hardcode.test | |
x libtool-2.4.2/tests/demo-inst.test | |
x libtool-2.4.2/tests/demo-make.test | |
x libtool-2.4.2/tests/demo-nofast-exec.test | |
x libtool-2.4.2/tests/demo-nofast-inst.test | |
x libtool-2.4.2/tests/demo-nofast-make.test | |
x libtool-2.4.2/tests/demo-nofast-unst.test | |
x libtool-2.4.2/tests/demo-nofast.test | |
x libtool-2.4.2/tests/demo-noinst-link.test | |
x libtool-2.4.2/tests/demo-nopic-exec.test | |
x libtool-2.4.2/tests/demo-nopic-make.test | |
x libtool-2.4.2/tests/demo-nopic.test | |
x libtool-2.4.2/tests/demo-pic-exec.test | |
x libtool-2.4.2/tests/demo-pic-make.test | |
x libtool-2.4.2/tests/demo-pic.test | |
x libtool-2.4.2/tests/demo-relink.test | |
x libtool-2.4.2/tests/demo-shared-exec.test | |
x libtool-2.4.2/tests/demo-shared-inst.test | |
x libtool-2.4.2/tests/demo-shared-make.test | |
x libtool-2.4.2/tests/demo-shared-unst.test | |
x libtool-2.4.2/tests/demo-shared.test | |
x libtool-2.4.2/tests/demo-static-exec.test | |
x libtool-2.4.2/tests/demo-static-inst.test | |
x libtool-2.4.2/tests/demo-static-make.test | |
x libtool-2.4.2/tests/demo-static-unst.test | |
x libtool-2.4.2/tests/demo-static.test | |
x libtool-2.4.2/tests/demo-unst.test | |
x libtool-2.4.2/tests/depdemo/ | |
x libtool-2.4.2/tests/depdemo-conf.test | |
x libtool-2.4.2/tests/depdemo-exec.test | |
x libtool-2.4.2/tests/depdemo-inst.test | |
x libtool-2.4.2/tests/depdemo-make.test | |
x libtool-2.4.2/tests/depdemo-nofast-exec.test | |
x libtool-2.4.2/tests/depdemo-nofast-inst.test | |
x libtool-2.4.2/tests/depdemo-nofast-make.test | |
x libtool-2.4.2/tests/depdemo-nofast-unst.test | |
x libtool-2.4.2/tests/depdemo-nofast.test | |
x libtool-2.4.2/tests/depdemo-relink.test | |
x libtool-2.4.2/tests/depdemo-shared-exec.test | |
x libtool-2.4.2/tests/depdemo-shared-inst.test | |
x libtool-2.4.2/tests/depdemo-shared-make.test | |
x libtool-2.4.2/tests/depdemo-shared-unst.test | |
x libtool-2.4.2/tests/depdemo-shared.test | |
x libtool-2.4.2/tests/depdemo-static-exec.test | |
x libtool-2.4.2/tests/depdemo-static-inst.test | |
x libtool-2.4.2/tests/depdemo-static-make.test | |
x libtool-2.4.2/tests/depdemo-static-unst.test | |
x libtool-2.4.2/tests/depdemo-static.test | |
x libtool-2.4.2/tests/depdemo-unst.test | |
x libtool-2.4.2/tests/deplib-in-subdir.at | |
x libtool-2.4.2/tests/deplibs-ident.at | |
x libtool-2.4.2/tests/deplibs-mingw.at | |
x libtool-2.4.2/tests/destdir.at | |
x libtool-2.4.2/tests/dlloader-api.at | |
x libtool-2.4.2/tests/dumpbin-symbols.at | |
x libtool-2.4.2/tests/duplicate_conv.at | |
x libtool-2.4.2/tests/duplicate_deps.at | |
x libtool-2.4.2/tests/duplicate_members.at | |
x libtool-2.4.2/tests/early-libtool.at | |
x libtool-2.4.2/tests/exceptions.at | |
x libtool-2.4.2/tests/execute-mode.at | |
x libtool-2.4.2/tests/exeext.at | |
x libtool-2.4.2/tests/export.at | |
x libtool-2.4.2/tests/f77demo/ | |
x libtool-2.4.2/tests/f77demo-conf.test | |
x libtool-2.4.2/tests/f77demo-exec.test | |
x libtool-2.4.2/tests/f77demo-make.test | |
x libtool-2.4.2/tests/f77demo-shared-exec.test | |
x libtool-2.4.2/tests/f77demo-shared-make.test | |
x libtool-2.4.2/tests/f77demo-shared.test | |
x libtool-2.4.2/tests/f77demo-static-exec.test | |
x libtool-2.4.2/tests/f77demo-static-make.test | |
x libtool-2.4.2/tests/f77demo-static.test | |
x libtool-2.4.2/tests/fail.at | |
x libtool-2.4.2/tests/fcdemo/ | |
x libtool-2.4.2/tests/fcdemo-conf.test | |
x libtool-2.4.2/tests/fcdemo-exec.test | |
x libtool-2.4.2/tests/fcdemo-make.test | |
x libtool-2.4.2/tests/fcdemo-shared-exec.test | |
x libtool-2.4.2/tests/fcdemo-shared-make.test | |
x libtool-2.4.2/tests/fcdemo-shared.test | |
x libtool-2.4.2/tests/fcdemo-static-exec.test | |
x libtool-2.4.2/tests/fcdemo-static-make.test | |
x libtool-2.4.2/tests/fcdemo-static.test | |
x libtool-2.4.2/tests/flags.at | |
x libtool-2.4.2/tests/getopt-m4sh.at | |
x libtool-2.4.2/tests/help.at | |
x libtool-2.4.2/tests/indirect_deps.at | |
x libtool-2.4.2/tests/infer-tag.at | |
x libtool-2.4.2/tests/inherited_flags.at | |
x libtool-2.4.2/tests/install.at | |
x libtool-2.4.2/tests/lalib-syntax.at | |
x libtool-2.4.2/tests/libtoolize.at | |
x libtool-2.4.2/tests/link-2.test | |
x libtool-2.4.2/tests/link-order.at | |
x libtool-2.4.2/tests/link-order2.at | |
x libtool-2.4.2/tests/link.test | |
x libtool-2.4.2/tests/loadlibrary.at | |
x libtool-2.4.2/tests/localization.at | |
x libtool-2.4.2/tests/lt_dladvise.at | |
x libtool-2.4.2/tests/lt_dlexit.at | |
x libtool-2.4.2/tests/lt_dlopen.at | |
x libtool-2.4.2/tests/lt_dlopen_a.at | |
x libtool-2.4.2/tests/lt_dlopenext.at | |
x libtool-2.4.2/tests/ltdl-api.at | |
x libtool-2.4.2/tests/ltdl-libdir.at | |
x libtool-2.4.2/tests/mdemo/ | |
x libtool-2.4.2/tests/mdemo-conf.test | |
x libtool-2.4.2/tests/mdemo-dryrun.test | |
x libtool-2.4.2/tests/mdemo-exec.test | |
x libtool-2.4.2/tests/mdemo-inst.test | |
x libtool-2.4.2/tests/mdemo-make.test | |
x libtool-2.4.2/tests/mdemo-shared-exec.test | |
x libtool-2.4.2/tests/mdemo-shared-inst.test | |
x libtool-2.4.2/tests/mdemo-shared-make.test | |
x libtool-2.4.2/tests/mdemo-shared-unst.test | |
x libtool-2.4.2/tests/mdemo-shared.test | |
x libtool-2.4.2/tests/mdemo-static-exec.test | |
x libtool-2.4.2/tests/mdemo-static-inst.test | |
x libtool-2.4.2/tests/mdemo-static-make.test | |
x libtool-2.4.2/tests/mdemo-static-unst.test | |
x libtool-2.4.2/tests/mdemo-static.test | |
x libtool-2.4.2/tests/mdemo-unst.test | |
x libtool-2.4.2/tests/mdemo2/ | |
x libtool-2.4.2/tests/mdemo2-conf.test | |
x libtool-2.4.2/tests/mdemo2-exec.test | |
x libtool-2.4.2/tests/mdemo2-make.test | |
x libtool-2.4.2/tests/need_lib_prefix.at | |
x libtool-2.4.2/tests/no-executables.at | |
x libtool-2.4.2/tests/nocase.at | |
x libtool-2.4.2/tests/nomode.test | |
x libtool-2.4.2/tests/nonrecursive.at | |
x libtool-2.4.2/tests/objectlist.test | |
x libtool-2.4.2/tests/old-m4-iface.at | |
x libtool-2.4.2/tests/package.m4 | |
x libtool-2.4.2/tests/pdemo/ | |
x libtool-2.4.2/tests/pdemo-conf.test | |
x libtool-2.4.2/tests/pdemo-exec.test | |
x libtool-2.4.2/tests/pdemo-inst.test | |
x libtool-2.4.2/tests/pdemo-make.test | |
x libtool-2.4.2/tests/pic_flag.at | |
x libtool-2.4.2/tests/quote.test | |
x libtool-2.4.2/tests/recursive.at | |
x libtool-2.4.2/tests/resident.at | |
x libtool-2.4.2/tests/runpath-in-lalib.at | |
x libtool-2.4.2/tests/search-path.at | |
x libtool-2.4.2/tests/sh.test | |
x libtool-2.4.2/tests/shlibpath.at | |
x libtool-2.4.2/tests/slist.at | |
x libtool-2.4.2/tests/standalone.at | |
x libtool-2.4.2/tests/static.at | |
x libtool-2.4.2/tests/stresstest.at | |
x libtool-2.4.2/tests/subproject.at | |
x libtool-2.4.2/tests/suffix.test | |
x libtool-2.4.2/tests/sysroot.at | |
x libtool-2.4.2/tests/tagdemo/ | |
x libtool-2.4.2/tests/tagdemo-conf.test | |
x libtool-2.4.2/tests/tagdemo-exec.test | |
x libtool-2.4.2/tests/tagdemo-make.test | |
x libtool-2.4.2/tests/tagdemo-shared-exec.test | |
x libtool-2.4.2/tests/tagdemo-shared-make.test | |
x libtool-2.4.2/tests/tagdemo-shared.test | |
x libtool-2.4.2/tests/tagdemo-static-exec.test | |
x libtool-2.4.2/tests/tagdemo-static-make.test | |
x libtool-2.4.2/tests/tagdemo-static.test | |
x libtool-2.4.2/tests/tagdemo-undef-exec.test | |
x libtool-2.4.2/tests/tagdemo-undef-make.test | |
x libtool-2.4.2/tests/tagdemo-undef.test | |
x libtool-2.4.2/tests/tagtrace.test | |
x libtool-2.4.2/tests/template.at | |
x libtool-2.4.2/tests/testsuite | |
x libtool-2.4.2/tests/testsuite.at | |
x libtool-2.4.2/tests/versioning.at | |
x libtool-2.4.2/tests/with-pic.at | |
x libtool-2.4.2/tests/tagdemo/aclocal.m4 | |
x libtool-2.4.2/tests/tagdemo/baz.cpp | |
x libtool-2.4.2/tests/tagdemo/baz.h | |
x libtool-2.4.2/tests/tagdemo/configure | |
x libtool-2.4.2/tests/tagdemo/configure.ac | |
x libtool-2.4.2/tests/tagdemo/conv.cpp | |
x libtool-2.4.2/tests/tagdemo/conv.h | |
x libtool-2.4.2/tests/tagdemo/foo.cpp | |
x libtool-2.4.2/tests/tagdemo/foo.h | |
x libtool-2.4.2/tests/tagdemo/main.cpp | |
x libtool-2.4.2/tests/tagdemo/Makefile.am | |
x libtool-2.4.2/tests/tagdemo/Makefile.in | |
x libtool-2.4.2/tests/tagdemo/README | |
x libtool-2.4.2/tests/pdemo/aclocal.m4 | |
x libtool-2.4.2/tests/pdemo/configure | |
x libtool-2.4.2/tests/pdemo/configure.ac | |
x libtool-2.4.2/tests/pdemo/foo.h | |
x libtool-2.4.2/tests/pdemo/longer_file_name_dlmain.c | |
x libtool-2.4.2/tests/pdemo/longer_file_name_foo.c | |
x libtool-2.4.2/tests/pdemo/longer_file_name_foo2.c | |
x libtool-2.4.2/tests/pdemo/longer_file_name_hell1.c | |
x libtool-2.4.2/tests/pdemo/longer_file_name_hell2.c | |
x libtool-2.4.2/tests/pdemo/longer_file_name_hello.c | |
x libtool-2.4.2/tests/pdemo/longer_file_name_main.c | |
x libtool-2.4.2/tests/pdemo/Makefile.am | |
x libtool-2.4.2/tests/pdemo/Makefile.in | |
x libtool-2.4.2/tests/mdemo2/aclocal.m4 | |
x libtool-2.4.2/tests/mdemo2/configure | |
x libtool-2.4.2/tests/mdemo2/configure.ac | |
x libtool-2.4.2/tests/mdemo2/main.c | |
x libtool-2.4.2/tests/mdemo2/Makefile.am | |
x libtool-2.4.2/tests/mdemo2/Makefile.in | |
x libtool-2.4.2/tests/mdemo2/README | |
x libtool-2.4.2/tests/mdemo/aclocal.m4 | |
x libtool-2.4.2/tests/mdemo/configure | |
x libtool-2.4.2/tests/mdemo/configure.ac | |
x libtool-2.4.2/tests/mdemo/foo.h | |
x libtool-2.4.2/tests/mdemo/foo1.c | |
x libtool-2.4.2/tests/mdemo/foo2.c | |
x libtool-2.4.2/tests/mdemo/main.c | |
x libtool-2.4.2/tests/mdemo/Makefile.am | |
x libtool-2.4.2/tests/mdemo/Makefile.in | |
x libtool-2.4.2/tests/mdemo/mlib.c | |
x libtool-2.4.2/tests/mdemo/README | |
x libtool-2.4.2/tests/mdemo/sub.c | |
x libtool-2.4.2/tests/fcdemo/aclocal.m4 | |
x libtool-2.4.2/tests/fcdemo/config-h.in | |
x libtool-2.4.2/tests/fcdemo/configure | |
x libtool-2.4.2/tests/fcdemo/configure.ac | |
x libtool-2.4.2/tests/fcdemo/cprogram.c | |
x libtool-2.4.2/tests/fcdemo/foo.h | |
x libtool-2.4.2/tests/fcdemo/fooc.c | |
x libtool-2.4.2/tests/fcdemo/foof.f90 | |
x libtool-2.4.2/tests/fcdemo/foof2.f90 | |
x libtool-2.4.2/tests/fcdemo/foof3.f90 | |
x libtool-2.4.2/tests/fcdemo/fprogram.f90 | |
x libtool-2.4.2/tests/fcdemo/Makefile.am | |
x libtool-2.4.2/tests/fcdemo/Makefile.in | |
x libtool-2.4.2/tests/fcdemo/README | |
x libtool-2.4.2/tests/f77demo/aclocal.m4 | |
x libtool-2.4.2/tests/f77demo/config-h.in | |
x libtool-2.4.2/tests/f77demo/configure | |
x libtool-2.4.2/tests/f77demo/configure.ac | |
x libtool-2.4.2/tests/f77demo/cprogram.c | |
x libtool-2.4.2/tests/f77demo/foo.h | |
x libtool-2.4.2/tests/f77demo/fooc.c | |
x libtool-2.4.2/tests/f77demo/foof.f | |
x libtool-2.4.2/tests/f77demo/foof2.f | |
x libtool-2.4.2/tests/f77demo/foof3.f | |
x libtool-2.4.2/tests/f77demo/fprogram.f | |
x libtool-2.4.2/tests/f77demo/Makefile.am | |
x libtool-2.4.2/tests/f77demo/Makefile.in | |
x libtool-2.4.2/tests/f77demo/README | |
x libtool-2.4.2/tests/depdemo/aclocal.m4 | |
x libtool-2.4.2/tests/depdemo/configure | |
x libtool-2.4.2/tests/depdemo/configure.ac | |
x libtool-2.4.2/tests/depdemo/l1/ | |
x libtool-2.4.2/tests/depdemo/l2/ | |
x libtool-2.4.2/tests/depdemo/l3/ | |
x libtool-2.4.2/tests/depdemo/l4/ | |
x libtool-2.4.2/tests/depdemo/main.c | |
x libtool-2.4.2/tests/depdemo/Makefile.am | |
x libtool-2.4.2/tests/depdemo/Makefile.in | |
x libtool-2.4.2/tests/depdemo/README | |
x libtool-2.4.2/tests/depdemo/sysdep.h | |
x libtool-2.4.2/tests/depdemo/l4/l4.c | |
x libtool-2.4.2/tests/depdemo/l4/l4.h | |
x libtool-2.4.2/tests/depdemo/l4/Makefile.am | |
x libtool-2.4.2/tests/depdemo/l4/Makefile.in | |
x libtool-2.4.2/tests/depdemo/l3/l3.c | |
x libtool-2.4.2/tests/depdemo/l3/l3.h | |
x libtool-2.4.2/tests/depdemo/l3/Makefile.am | |
x libtool-2.4.2/tests/depdemo/l3/Makefile.in | |
x libtool-2.4.2/tests/depdemo/l2/l2.c | |
x libtool-2.4.2/tests/depdemo/l2/l2.h | |
x libtool-2.4.2/tests/depdemo/l2/Makefile.am | |
x libtool-2.4.2/tests/depdemo/l2/Makefile.in | |
x libtool-2.4.2/tests/depdemo/l1/l1.c | |
x libtool-2.4.2/tests/depdemo/l1/l1.h | |
x libtool-2.4.2/tests/depdemo/l1/Makefile.am | |
x libtool-2.4.2/tests/depdemo/l1/Makefile.in | |
x libtool-2.4.2/tests/demo/aclocal.m4 | |
x libtool-2.4.2/tests/demo/configure | |
x libtool-2.4.2/tests/demo/configure.ac | |
x libtool-2.4.2/tests/demo/dlmain.c | |
x libtool-2.4.2/tests/demo/foo.c | |
x libtool-2.4.2/tests/demo/foo.h | |
x libtool-2.4.2/tests/demo/hell1.c | |
x libtool-2.4.2/tests/demo/hell2.c | |
x libtool-2.4.2/tests/demo/hello.c | |
x libtool-2.4.2/tests/demo/main.c | |
x libtool-2.4.2/tests/demo/Makefile.am | |
x libtool-2.4.2/tests/demo/Makefile.in | |
x libtool-2.4.2/tests/demo/README | |
x libtool-2.4.2/tests/cdemo/aclocal.m4 | |
x libtool-2.4.2/tests/cdemo/configure | |
x libtool-2.4.2/tests/cdemo/configure.ac | |
x libtool-2.4.2/tests/cdemo/foo.c | |
x libtool-2.4.2/tests/cdemo/foo.h | |
x libtool-2.4.2/tests/cdemo/main.c | |
x libtool-2.4.2/tests/cdemo/Makefile.am | |
x libtool-2.4.2/tests/cdemo/Makefile.in | |
x libtool-2.4.2/tests/cdemo/README | |
x libtool-2.4.2/libltdl/aclocal.m4 | |
x libtool-2.4.2/libltdl/argz.c | |
x libtool-2.4.2/libltdl/argz_.h | |
x libtool-2.4.2/libltdl/config/ | |
x libtool-2.4.2/libltdl/config-h.in | |
x libtool-2.4.2/libltdl/configure | |
x libtool-2.4.2/libltdl/configure.ac | |
x libtool-2.4.2/libltdl/COPYING.LIB | |
x libtool-2.4.2/libltdl/libltdl/ | |
x libtool-2.4.2/libltdl/loaders/ | |
x libtool-2.4.2/libltdl/lt__alloc.c | |
x libtool-2.4.2/libltdl/lt__dirent.c | |
x libtool-2.4.2/libltdl/lt__strl.c | |
x libtool-2.4.2/libltdl/lt_dlloader.c | |
x libtool-2.4.2/libltdl/lt_error.c | |
x libtool-2.4.2/libltdl/ltdl.c | |
x libtool-2.4.2/libltdl/ltdl.h | |
x libtool-2.4.2/libltdl/m4/ | |
x libtool-2.4.2/libltdl/Makefile.am | |
x libtool-2.4.2/libltdl/Makefile.in | |
x libtool-2.4.2/libltdl/Makefile.inc | |
x libtool-2.4.2/libltdl/README | |
x libtool-2.4.2/libltdl/slist.c | |
x libtool-2.4.2/libltdl/stamp-mk | |
x libtool-2.4.2/libltdl/m4/argz.m4 | |
x libtool-2.4.2/libltdl/m4/autobuild.m4 | |
x libtool-2.4.2/libltdl/m4/libtool.m4 | |
x libtool-2.4.2/libltdl/m4/ltdl.m4 | |
x libtool-2.4.2/libltdl/m4/ltoptions.m4 | |
x libtool-2.4.2/libltdl/m4/ltsugar.m4 | |
x libtool-2.4.2/libltdl/m4/ltversion.in | |
x libtool-2.4.2/libltdl/m4/ltversion.m4 | |
x libtool-2.4.2/libltdl/m4/lt~obsolete.m4 | |
x libtool-2.4.2/libltdl/loaders/dld_link.c | |
x libtool-2.4.2/libltdl/loaders/dlopen.c | |
x libtool-2.4.2/libltdl/loaders/dyld.c | |
x libtool-2.4.2/libltdl/loaders/load_add_on.c | |
x libtool-2.4.2/libltdl/loaders/loadlibrary.c | |
x libtool-2.4.2/libltdl/loaders/preopen.c | |
x libtool-2.4.2/libltdl/loaders/shl_load.c | |
x libtool-2.4.2/libltdl/libltdl/lt__alloc.h | |
x libtool-2.4.2/libltdl/libltdl/lt__dirent.h | |
x libtool-2.4.2/libltdl/libltdl/lt__glibc.h | |
x libtool-2.4.2/libltdl/libltdl/lt__private.h | |
x libtool-2.4.2/libltdl/libltdl/lt__strl.h | |
x libtool-2.4.2/libltdl/libltdl/lt_dlloader.h | |
x libtool-2.4.2/libltdl/libltdl/lt_error.h | |
x libtool-2.4.2/libltdl/libltdl/lt_system.h | |
x libtool-2.4.2/libltdl/libltdl/slist.h | |
x libtool-2.4.2/libltdl/config/compile | |
x libtool-2.4.2/libltdl/config/config.guess | |
x libtool-2.4.2/libltdl/config/config.sub | |
x libtool-2.4.2/libltdl/config/depcomp | |
x libtool-2.4.2/libltdl/config/edit-readme-alpha | |
x libtool-2.4.2/libltdl/config/general.m4sh | |
x libtool-2.4.2/libltdl/config/getopt.m4sh | |
x libtool-2.4.2/libltdl/config/install-sh | |
x libtool-2.4.2/libltdl/config/ltmain.m4sh | |
x libtool-2.4.2/libltdl/config/ltmain.sh | |
x libtool-2.4.2/libltdl/config/mdate-sh | |
x libtool-2.4.2/libltdl/config/missing | |
x libtool-2.4.2/libltdl/config/mkstamp | |
x libtool-2.4.2/libltdl/config/texinfo.tex | |
x libtool-2.4.2/doc/fdl.texi | |
x libtool-2.4.2/doc/libtool.1 | |
x libtool-2.4.2/doc/libtool.info | |
x libtool-2.4.2/doc/libtool.info-1 | |
x libtool-2.4.2/doc/libtool.info-2 | |
x libtool-2.4.2/doc/libtool.texi | |
x libtool-2.4.2/doc/libtoolize.1 | |
x libtool-2.4.2/doc/notes.texi | |
x libtool-2.4.2/doc/notes.txt | |
x libtool-2.4.2/doc/PLATFORMS | |
x libtool-2.4.2/doc/stamp-vti | |
x libtool-2.4.2/doc/version.texi | |
+ pushd libtool-2.4.2 | |
/tmp/libjpeg/libtool-2.4.2 /tmp/libjpeg | |
+ ./configure --prefix=/tmp/libjpeg/gnu | |
## ------------------------- ## | |
## Configuring libtool 2.4.2 ## | |
## ------------------------- ## | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... libltdl/config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
configure: autobuild project... GNU Libtool | |
configure: autobuild revision... 2.4.2 () | |
configure: autobuild hostname... polbookpro | |
configure: autobuild mode... default | |
configure: autobuild timestamp... 20140118T230911Z | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking whether gcc and cc understand -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for library containing dlopen... none required | |
checking for dlerror... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_add... no | |
checking for argz_append... no | |
checking for argz_count... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... yes | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common -DPIC | |
checking if g++ PIC flag -fno-common -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for gfortran... no | |
checking for g95... no | |
checking for xlf95... no | |
checking for f95... no | |
checking for fort... no | |
checking for ifort... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgfortran... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether accepts -g... no | |
checking for gfortran... no | |
checking for g95... no | |
checking for xlf95... no | |
checking for f95... no | |
checking for fort... no | |
checking for ifort... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgfortran... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for g77... no | |
checking for xlf... no | |
checking for f77... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for cf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking whether we are using the GNU Fortran compiler... no | |
checking whether accepts -g... no | |
checking for gccgo... no | |
checking for gcj... no | |
checking for windres... no | |
checking whether make supports order-only prerequisites... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: executing tests/atconfig commands | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
+ make -j4 | |
rm -f libtoolize.tmp libtoolize | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d . libltdl/ | |
sed -e 's,@aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4,g' -e 's,@aclocaldir\@,/tmp/libjpeg/gnu/share/aclocal,g' -e 's,@datadir\@,/tmp/libjpeg/gnu/share,g' -e 's,@EGREP\@,/usr/bin/grep -E,g' -e 's,@FGREP\@,/usr/bin/grep -F,g' -e 's,@GREP\@,/usr/bin/grep,g' -e 's,@host_triplet\@,x86_64-apple-darwin13.0.0,g' -e 's,@LN_S\@,ln -s,g' -e "s,@pkgconfig_files\@,config/compile config/config.guess config/config.sub config/depcomp config/install-sh config/missing config/ltmain.sh,g" -e 's,@pkgdatadir\@,/tmp/libjpeg/gnu/share/libtool,g' -e "s,@pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c,g" -e 's,@prefix\@,/tmp/libjpeg/gnu,g' -e 's,@SED\@,/usr/bin/sed,g' \ | |
./libtoolize.in > libtoolize.tmp | |
cp ./libltdl/argz_.h libltdl/argz.h-t | |
mv libltdl/argz.h-t libltdl/argz.h | |
chmod a+x libtoolize.tmp | |
chmod a-w libtoolize.tmp | |
mv -f libtoolize.tmp libtoolize | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
depbase=`echo libltdl/argz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/argz.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/argz.lo libltdl/argz.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c | |
depbase=`echo libltdl/loaders/dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/loaders/dlopen.lo -MD -MP -MF $depbase.Tpo -c -o libltdl/loaders/dlopen.lo libltdl/loaders/dlopen.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c -o libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo './'`libltdl/lt__alloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/argz.lo -MD -MP -MF libltdl/.deps/argz.Tpo -c libltdl/argz.c -fno-common -DPIC -o libltdl/.libs/argz.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c -fno-common -DPIC -o libltdl/loaders/.libs/dlopen.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c -fno-common -DPIC -o libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/argz.lo -MD -MP -MF libltdl/.deps/argz.Tpo -c libltdl/argz.c -o libltdl/argz.o >/dev/null 2>&1 | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/loaders/dlopen.lo -MD -MP -MF libltdl/loaders/.deps/dlopen.Tpo -c libltdl/loaders/dlopen.c -o libltdl/loaders/dlopen.o >/dev/null 2>&1 | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt__alloc.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo -c libltdl/lt__alloc.c -o libltdl/libltdl_libltdl_la-lt__alloc.o >/dev/null 2>&1 | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c libltdl/loaders/preopen.c -o libltdl/loaders/libltdl_libltdl_la-preopen.o >/dev/null 2>&1 | |
mv -f libltdl/.deps/libltdl_libltdl_la-lt__alloc.Tpo libltdl/.deps/libltdl_libltdl_la-lt__alloc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c -o libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || echo './'`libltdl/lt_dlloader.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c -o libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo './'`libltdl/lt_error.c | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c -o libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo './'`libltdl/ltdl.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_error.o | |
mv -f libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-ltdl.o | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c -o libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo './'`libltdl/slist.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c -fno-common -DPIC -o libltdl/.libs/libltdl_libltdl_la-slist.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt_error.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo -c libltdl/lt_error.c -o libltdl/libltdl_libltdl_la-lt_error.o >/dev/null 2>&1 | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-lt_dlloader.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo -c libltdl/lt_dlloader.c -o libltdl/libltdl_libltdl_la-lt_dlloader.o >/dev/null 2>&1 | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-slist.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-slist.Tpo -c libltdl/slist.c -o libltdl/libltdl_libltdl_la-slist.o >/dev/null 2>&1 | |
mv -f libltdl/.deps/libltdl_libltdl_la-lt_error.Tpo libltdl/.deps/libltdl_libltdl_la-lt_error.Plo | |
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -module -avoid-version -o libltdl/dlopen.la libltdl/loaders/dlopen.lo | |
mv -f libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Tpo libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Plo | |
mv -f libltdl/.deps/libltdl_libltdl_la-slist.Tpo libltdl/.deps/libltdl_libltdl_la-slist.Plo | |
libtool: link: ar cru libltdl/.libs/dlopen.a libltdl/loaders/.libs/dlopen.o | |
libtool: link: ranlib libltdl/.libs/dlopen.a | |
libtool: link: ( cd "libltdl/.libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl/libltdl -g -O2 -MT libltdl/libltdl_libltdl_la-ltdl.lo -MD -MP -MF libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo -c libltdl/ltdl.c -o libltdl/libltdl_libltdl_la-ltdl.o >/dev/null 2>&1 | |
mv -f libltdl/.deps/libltdl_libltdl_la-ltdl.Tpo libltdl/.deps/libltdl_libltdl_la-ltdl.Plo | |
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -no-undefined -version-info 10:0:3 -dlpreopen libltdl/dlopen.la -o libltdl/libltdl.la -rpath /tmp/libjpeg/gnu/lib libltdl/loaders/libltdl_libltdl_la-preopen.lo libltdl/libltdl_libltdl_la-lt__alloc.lo libltdl/libltdl_libltdl_la-lt_dlloader.lo libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo libltdl/libltdl_libltdl_la-slist.lo libltdl/argz.lo | |
libtool: link: rm -f libltdl/.libs/libltdl.nm libltdl/.libs/libltdl.nmS libltdl/.libs/libltdl.nmT | |
libtool: link: (cd libltdl/.libs && gcc -g -O2 -c -fno-builtin -fno-rtti -fno-exceptions -fno-common -DPIC "libltdlS.c") | |
libtool: link: rm -f "libltdl/.libs/libltdlS.c" "libltdl/.libs/libltdl.nm" "libltdl/.libs/libltdl.nmS" "libltdl/.libs/libltdl.nmT" | |
libtool: link: (cd libltdl/.libs/libltdl.lax/dlopen.a && ar x "/tmp/libjpeg/libtool-2.4.2/libltdl/.libs/dlopen.a") | |
libtool: link: gcc -dynamiclib -o libltdl/.libs/libltdl.7.dylib libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o libltdl/.libs/libltdl_libltdl_la-lt__alloc.o libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o libltdl/.libs/libltdl_libltdl_la-lt_error.o libltdl/.libs/libltdl_libltdl_la-ltdl.o libltdl/.libs/libltdl_libltdl_la-slist.o libltdl/.libs/argz.o libltdl/.libs/libltdlS.o libltdl/.libs/libltdl.lax/dlopen.a/dlopen.o -O2 -install_name /tmp/libjpeg/gnu/lib/libltdl.7.dylib -compatibility_version 11 -current_version 11.0 -Wl,-single_module | |
libtool: link: (cd "libltdl/.libs" && rm -f "libltdl.dylib" && ln -s "libltdl.7.dylib" "libltdl.dylib") | |
libtool: link: (cd libltdl/.libs/libltdl.lax/lt1-dlopen.a && ar x "/tmp/libjpeg/libtool-2.4.2/libltdl/.libs/dlopen.a") | |
libtool: link: ar cru libltdl/.libs/libltdl.a libltdl/loaders/libltdl_libltdl_la-preopen.o libltdl/libltdl_libltdl_la-lt__alloc.o libltdl/libltdl_libltdl_la-lt_dlloader.o libltdl/libltdl_libltdl_la-lt_error.o libltdl/libltdl_libltdl_la-ltdl.o libltdl/libltdl_libltdl_la-slist.o libltdl/argz.o libltdl/.libs/libltdlS.o libltdl/.libs/libltdl.lax/lt1-dlopen.a/dlopen.o | |
libtool: link: ranlib libltdl/.libs/libltdl.a | |
libtool: link: rm -fr libltdl/.libs/libltdl.lax libltdl/.libs/libltdl.lax | |
libtool: link: ( cd "libltdl/.libs" && rm -f "libltdl.la" && ln -s "../libltdl.la" "libltdl.la" ) | |
+ make install | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive | |
test -z "/tmp/libjpeg/gnu/bin" || libltdl/config/install-sh -c -d "/tmp/libjpeg/gnu/bin" | |
/usr/bin/install -c libtoolize libtool '/tmp/libjpeg/gnu/bin' | |
test -z "/tmp/libjpeg/gnu/lib" || libltdl/config/install-sh -c -d "/tmp/libjpeg/gnu/lib" | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libltdl/libltdl.la '/tmp/libjpeg/gnu/lib' | |
libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.7.dylib /tmp/libjpeg/gnu/lib/libltdl.7.dylib | |
libtool: install: (cd /tmp/libjpeg/gnu/lib && { ln -s -f libltdl.7.dylib libltdl.dylib || { rm -f libltdl.dylib && ln -s libltdl.7.dylib libltdl.dylib; }; }) | |
libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.lai /tmp/libjpeg/gnu/lib/libltdl.la | |
libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.a /tmp/libjpeg/gnu/lib/libltdl.a | |
libtool: install: chmod 644 /tmp/libjpeg/gnu/lib/libltdl.a | |
libtool: install: ranlib /tmp/libjpeg/gnu/lib/libltdl.a | |
rm -rf /tmp/libjpeg/gnu/share/libtool/* | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d /tmp/libjpeg/gnu/share/aclocal | |
/usr/bin/install -c -m 644 './libltdl/m4/argz.m4' '/tmp/libjpeg/gnu/share/aclocal/argz.m4' | |
/usr/bin/install -c -m 644 './libltdl/m4/libtool.m4' '/tmp/libjpeg/gnu/share/aclocal/libtool.m4' | |
/usr/bin/install -c -m 644 './libltdl/m4/ltdl.m4' '/tmp/libjpeg/gnu/share/aclocal/ltdl.m4' | |
/usr/bin/install -c -m 644 './libltdl/m4/ltoptions.m4' '/tmp/libjpeg/gnu/share/aclocal/ltoptions.m4' | |
/usr/bin/install -c -m 644 './libltdl/m4/ltsugar.m4' '/tmp/libjpeg/gnu/share/aclocal/ltsugar.m4' | |
/usr/bin/install -c -m 644 './libltdl/m4/ltversion.m4' '/tmp/libjpeg/gnu/share/aclocal/ltversion.m4' | |
/usr/bin/install -c -m 644 './libltdl/m4/lt~obsolete.m4' '/tmp/libjpeg/gnu/share/aclocal/lt~obsolete.m4' | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d /tmp/libjpeg/gnu/share/libtool | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d /tmp/libjpeg/gnu/share/libtool/config | |
/usr/bin/install -c './libltdl/config/compile' '/tmp/libjpeg/gnu/share/libtool/config/compile' | |
/usr/bin/install -c './libltdl/config/config.guess' '/tmp/libjpeg/gnu/share/libtool/config/config.guess' | |
/usr/bin/install -c './libltdl/config/config.sub' '/tmp/libjpeg/gnu/share/libtool/config/config.sub' | |
/usr/bin/install -c './libltdl/config/depcomp' '/tmp/libjpeg/gnu/share/libtool/config/depcomp' | |
/usr/bin/install -c './libltdl/config/install-sh' '/tmp/libjpeg/gnu/share/libtool/config/install-sh' | |
/usr/bin/install -c './libltdl/config/missing' '/tmp/libjpeg/gnu/share/libtool/config/missing' | |
/usr/bin/install -c -m 644 "./libltdl/config/ltmain.sh" "/tmp/libjpeg/gnu/share/libtool/config/ltmain.sh" | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d /tmp/libjpeg/gnu/share/libtool/libltdl | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d /tmp/libjpeg/gnu/share/libtool/libltdl/libltdl | |
/bin/sh /tmp/libjpeg/libtool-2.4.2/libltdl/config/install-sh -d /tmp/libjpeg/gnu/share/libtool/libltdl/loaders | |
/usr/bin/install -c -m 644 './libltdl/COPYING.LIB' '/tmp/libjpeg/gnu/share/libtool/libltdl/COPYING.LIB' | |
/usr/bin/install -c -m 644 './libltdl/README' '/tmp/libjpeg/gnu/share/libtool/libltdl/README' | |
/usr/bin/install -c -m 644 './libltdl/Makefile.inc' '/tmp/libjpeg/gnu/share/libtool/libltdl/Makefile.inc' | |
/usr/bin/install -c -m 644 './libltdl/Makefile.am' '/tmp/libjpeg/gnu/share/libtool/libltdl/Makefile.am' | |
/usr/bin/install -c -m 644 './libltdl/configure.ac' '/tmp/libjpeg/gnu/share/libtool/libltdl/configure.ac' | |
/usr/bin/install -c -m 644 './libltdl/aclocal.m4' '/tmp/libjpeg/gnu/share/libtool/libltdl/aclocal.m4' | |
/usr/bin/install -c -m 644 './libltdl/Makefile.in' '/tmp/libjpeg/gnu/share/libtool/libltdl/Makefile.in' | |
/usr/bin/install -c -m 644 './libltdl/config-h.in' '/tmp/libjpeg/gnu/share/libtool/libltdl/config-h.in' | |
/usr/bin/install -c -m 644 './libltdl/configure' '/tmp/libjpeg/gnu/share/libtool/libltdl/configure' | |
/usr/bin/install -c -m 644 './libltdl/argz_.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/argz_.h' | |
/usr/bin/install -c -m 644 './libltdl/argz.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/argz.c' | |
/usr/bin/install -c -m 644 './libltdl/loaders/dld_link.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/dld_link.c' | |
/usr/bin/install -c -m 644 './libltdl/loaders/dlopen.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/dlopen.c' | |
/usr/bin/install -c -m 644 './libltdl/loaders/dyld.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/dyld.c' | |
/usr/bin/install -c -m 644 './libltdl/loaders/load_add_on.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/load_add_on.c' | |
/usr/bin/install -c -m 644 './libltdl/loaders/loadlibrary.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/loadlibrary.c' | |
/usr/bin/install -c -m 644 './libltdl/loaders/shl_load.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/shl_load.c' | |
/usr/bin/install -c -m 644 './libltdl/lt__dirent.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/lt__dirent.c' | |
/usr/bin/install -c -m 644 './libltdl/lt__strl.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/lt__strl.c' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__alloc.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt__alloc.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__dirent.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt__dirent.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__glibc.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt__glibc.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__private.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt__private.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__strl.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt__strl.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt_dlloader.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt_dlloader.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt_error.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt_error.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/lt_system.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/lt_system.h' | |
/usr/bin/install -c -m 644 './libltdl/libltdl/slist.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/libltdl/slist.h' | |
/usr/bin/install -c -m 644 './libltdl/loaders/preopen.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/loaders/preopen.c' | |
/usr/bin/install -c -m 644 './libltdl/lt__alloc.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/lt__alloc.c' | |
/usr/bin/install -c -m 644 './libltdl/lt_dlloader.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/lt_dlloader.c' | |
/usr/bin/install -c -m 644 './libltdl/lt_error.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/lt_error.c' | |
/usr/bin/install -c -m 644 './libltdl/ltdl.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/ltdl.c' | |
/usr/bin/install -c -m 644 './libltdl/ltdl.h' '/tmp/libjpeg/gnu/share/libtool/libltdl/ltdl.h' | |
/usr/bin/install -c -m 644 './libltdl/slist.c' '/tmp/libjpeg/gnu/share/libtool/libltdl/slist.c' | |
chmod a+x /tmp/libjpeg/gnu/share/libtool/libltdl/configure | |
test -z "/tmp/libjpeg/gnu/include" || libltdl/config/install-sh -c -d "/tmp/libjpeg/gnu/include" | |
/usr/bin/install -c -m 644 libltdl/ltdl.h '/tmp/libjpeg/gnu/include' | |
test -z "/tmp/libjpeg/gnu/share/info" || libltdl/config/install-sh -c -d "/tmp/libjpeg/gnu/share/info" | |
/usr/bin/install -c -m 644 ./doc/libtool.info ./doc/libtool.info-1 ./doc/libtool.info-2 '/tmp/libjpeg/gnu/share/info' | |
install-info --info-dir='/tmp/libjpeg/gnu/share/info' '/tmp/libjpeg/gnu/share/info/libtool.info' | |
test -z "/tmp/libjpeg/gnu/include/libltdl" || libltdl/config/install-sh -c -d "/tmp/libjpeg/gnu/include/libltdl" | |
/usr/bin/install -c -m 644 libltdl/libltdl/lt_system.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_dlloader.h '/tmp/libjpeg/gnu/include/libltdl' | |
test -z "/tmp/libjpeg/gnu/share/man/man1" || libltdl/config/install-sh -c -d "/tmp/libjpeg/gnu/share/man/man1" | |
/usr/bin/install -c -m 644 ./doc/libtool.1 ./doc/libtoolize.1 '/tmp/libjpeg/gnu/share/man/man1' | |
+ popd | |
/tmp/libjpeg | |
+ '[' '!' -f gas-preprocessor-master.zip ']' | |
+ curl -o gas-preprocessor-master.zip https://codeload.github.com/yuvi/gas-preprocessor/zip/master | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 5882 100 5882 0 0 7613 0 --:--:-- --:--:-- --:--:-- 7609 | |
+ rm -rf gas-preprocessor-master | |
+ unzip gas-preprocessor-master.zip | |
Archive: gas-preprocessor-master.zip | |
76a72f00e0af8b8bacb4417e6806561d4c596dcc | |
creating: gas-preprocessor-master/ | |
inflating: gas-preprocessor-master/README | |
inflating: gas-preprocessor-master/gas-preprocessor.pl | |
+ pushd gas-preprocessor-master | |
/tmp/libjpeg/gas-preprocessor-master /tmp/libjpeg | |
+ chmod a+x gas-preprocessor.pl | |
++ pwd | |
+ export PATH=/tmp/libjpeg/gnu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/usr/local/mysql/bin:/tmp/libjpeg/gas-preprocessor-master | |
+ PATH=/tmp/libjpeg/gnu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/go/bin:/usr/local/mysql/bin:/tmp/libjpeg/gas-preprocessor-master | |
+ popd | |
/tmp/libjpeg | |
+ '[' '!' -f libjpeg-turbo-1.3.0.tar.gz ']' | |
+ curl -O http://softlayer-dal.dl.sourceforge.net/project/libjpeg-turbo/1.3.0/libjpeg-turbo-1.3.0.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1329k 100 1329k 0 0 1102k 0 0:00:01 0:00:01 --:--:-- 1103k | |
+ rm -rf libjpeg-turbo-1.3.0 | |
+ tar -xvf libjpeg-turbo-1.3.0.tar.gz | |
x libjpeg-turbo-1.3.0/ | |
x libjpeg-turbo-1.3.0/Makefile.am | |
x libjpeg-turbo-1.3.0/rdcolmap.c | |
x libjpeg-turbo-1.3.0/simd/ | |
x libjpeg-turbo-1.3.0/simd/jfsseflt-64.asm | |
x libjpeg-turbo-1.3.0/simd/Makefile.am | |
x libjpeg-turbo-1.3.0/simd/jcclrss2.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2flt.asm | |
x libjpeg-turbo-1.3.0/simd/ji3dnflt.asm | |
x libjpeg-turbo-1.3.0/simd/jcqnt3dn.asm | |
x libjpeg-turbo-1.3.0/simd/jfss2int.asm | |
x libjpeg-turbo-1.3.0/simd/jsimd_x86_64.c | |
x libjpeg-turbo-1.3.0/simd/jiss2red.asm | |
x libjpeg-turbo-1.3.0/simd/jdmrgss2.asm | |
x libjpeg-turbo-1.3.0/simd/jdcolss2.asm | |
x libjpeg-turbo-1.3.0/simd/Makefile.in | |
x libjpeg-turbo-1.3.0/simd/jisseflt.asm | |
x libjpeg-turbo-1.3.0/simd/jfss2fst.asm | |
x libjpeg-turbo-1.3.0/simd/jccolss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jcsammmx.asm | |
x libjpeg-turbo-1.3.0/simd/jcqntsse.asm | |
x libjpeg-turbo-1.3.0/simd/jimmxred.asm | |
x libjpeg-turbo-1.3.0/simd/jsimdcpu.asm | |
x libjpeg-turbo-1.3.0/simd/jcgryss2.asm | |
x libjpeg-turbo-1.3.0/simd/jfss2int-64.asm | |
x libjpeg-turbo-1.3.0/simd/nasm_lt.sh | |
x libjpeg-turbo-1.3.0/simd/jdclrss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jcclrmmx.asm | |
x libjpeg-turbo-1.3.0/simd/jdclrmmx.asm | |
x libjpeg-turbo-1.3.0/simd/jcgrammx.asm | |
x libjpeg-turbo-1.3.0/simd/jdcolmmx.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2fst-64.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2int.asm | |
x libjpeg-turbo-1.3.0/simd/jfss2fst-64.asm | |
x libjpeg-turbo-1.3.0/simd/jfmmxfst.asm | |
x libjpeg-turbo-1.3.0/simd/jfmmxint.asm | |
x libjpeg-turbo-1.3.0/simd/jccolmmx.asm | |
x libjpeg-turbo-1.3.0/simd/jcqnts2i.asm | |
x libjpeg-turbo-1.3.0/simd/jcqntmmx.asm | |
x libjpeg-turbo-1.3.0/simd/CMakeLists.txt | |
x libjpeg-turbo-1.3.0/simd/jdmerss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jcolsamp.inc | |
x libjpeg-turbo-1.3.0/simd/jcqnts2f-64.asm | |
x libjpeg-turbo-1.3.0/simd/jf3dnflt.asm | |
x libjpeg-turbo-1.3.0/simd/jdsamss2.asm | |
x libjpeg-turbo-1.3.0/simd/jfsseflt.asm | |
x libjpeg-turbo-1.3.0/simd/jdclrss2.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2flt-64.asm | |
x libjpeg-turbo-1.3.0/simd/jdmrgmmx.asm | |
x libjpeg-turbo-1.3.0/simd/jdmermmx.asm | |
x libjpeg-turbo-1.3.0/simd/jsimd.h | |
x libjpeg-turbo-1.3.0/simd/jcgrymmx.asm | |
x libjpeg-turbo-1.3.0/simd/jdmrgss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2fst.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2red-64.asm | |
x libjpeg-turbo-1.3.0/simd/jimmxfst.asm | |
x libjpeg-turbo-1.3.0/simd/jcgryss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jcqnts2f.asm | |
x libjpeg-turbo-1.3.0/simd/jsimd_i386.c | |
x libjpeg-turbo-1.3.0/simd/jdct.inc | |
x libjpeg-turbo-1.3.0/simd/jsimdcfg.inc.h | |
x libjpeg-turbo-1.3.0/simd/jccolss2.asm | |
x libjpeg-turbo-1.3.0/simd/jcqnts2i-64.asm | |
x libjpeg-turbo-1.3.0/simd/jiss2int-64.asm | |
x libjpeg-turbo-1.3.0/simd/jsimd_arm.c | |
x libjpeg-turbo-1.3.0/simd/jcgrass2.asm | |
x libjpeg-turbo-1.3.0/simd/jcgrass2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jdcolss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jsimd_arm_neon.S | |
x libjpeg-turbo-1.3.0/simd/jcclrss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jdmerss2.asm | |
x libjpeg-turbo-1.3.0/simd/jcsamss2.asm | |
x libjpeg-turbo-1.3.0/simd/jimmxint.asm | |
x libjpeg-turbo-1.3.0/simd/jsimdext.inc | |
x libjpeg-turbo-1.3.0/simd/jdsamss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jcsamss2-64.asm | |
x libjpeg-turbo-1.3.0/simd/jdsammmx.asm | |
x libjpeg-turbo-1.3.0/rdswitch.c | |
x libjpeg-turbo-1.3.0/jdsample.c | |
x libjpeg-turbo-1.3.0/turbojpeg.h | |
x libjpeg-turbo-1.3.0/example.c | |
x libjpeg-turbo-1.3.0/jccolext.c | |
x libjpeg-turbo-1.3.0/jmemsys.h | |
x libjpeg-turbo-1.3.0/jfdctint.c | |
x libjpeg-turbo-1.3.0/jsimddct.h | |
x libjpeg-turbo-1.3.0/ltmain.sh | |
x libjpeg-turbo-1.3.0/change.log | |
x libjpeg-turbo-1.3.0/config.sub | |
x libjpeg-turbo-1.3.0/jcprepct.c | |
x libjpeg-turbo-1.3.0/tjbenchtest.in | |
x libjpeg-turbo-1.3.0/Makefile.in | |
x libjpeg-turbo-1.3.0/wrbmp.c | |
x libjpeg-turbo-1.3.0/tjutil.h | |
x libjpeg-turbo-1.3.0/jcmainct.c | |
x libjpeg-turbo-1.3.0/jcinit.c | |
x libjpeg-turbo-1.3.0/jpegtran.c | |
x libjpeg-turbo-1.3.0/jaricom.c | |
x libjpeg-turbo-1.3.0/jcmaster.c | |
x libjpeg-turbo-1.3.0/jmemmgr.c | |
x libjpeg-turbo-1.3.0/configure | |
x libjpeg-turbo-1.3.0/jidctred.c | |
x libjpeg-turbo-1.3.0/README | |
x libjpeg-turbo-1.3.0/tjexampletest.in | |
x libjpeg-turbo-1.3.0/BUILDING.txt | |
x libjpeg-turbo-1.3.0/jcstest.c | |
x libjpeg-turbo-1.3.0/jcapimin.c | |
x libjpeg-turbo-1.3.0/jcdctmgr.c | |
x libjpeg-turbo-1.3.0/cmakescripts/ | |
x libjpeg-turbo-1.3.0/cmakescripts/testclean.cmake | |
x libjpeg-turbo-1.3.0/cmakescripts/md5cmp.cmake | |
x libjpeg-turbo-1.3.0/rdjpgcom.1 | |
x libjpeg-turbo-1.3.0/jmorecfg.h | |
x libjpeg-turbo-1.3.0/jfdctflt.c | |
x libjpeg-turbo-1.3.0/jdmerge.c | |
x libjpeg-turbo-1.3.0/jidctflt.c | |
x libjpeg-turbo-1.3.0/config.guess | |
x libjpeg-turbo-1.3.0/jdinput.c | |
x libjpeg-turbo-1.3.0/usage.txt | |
x libjpeg-turbo-1.3.0/structure.txt | |
x libjpeg-turbo-1.3.0/jdmrgext.c | |
x libjpeg-turbo-1.3.0/jdcoefct.c | |
x libjpeg-turbo-1.3.0/jdpostct.c | |
x libjpeg-turbo-1.3.0/jdphuff.c | |
x libjpeg-turbo-1.3.0/jdcolor.c | |
x libjpeg-turbo-1.3.0/jdhuff.c | |
x libjpeg-turbo-1.3.0/rdrle.c | |
x libjpeg-turbo-1.3.0/install-sh | |
x libjpeg-turbo-1.3.0/jdtrans.c | |
x libjpeg-turbo-1.3.0/jconfig.txt | |
x libjpeg-turbo-1.3.0/rdtarga.c | |
x libjpeg-turbo-1.3.0/libjpeg.txt | |
x libjpeg-turbo-1.3.0/rdppm.c | |
x libjpeg-turbo-1.3.0/CMakeLists.txt | |
x libjpeg-turbo-1.3.0/wrjpgcom.c | |
x libjpeg-turbo-1.3.0/jcmarker.c | |
x libjpeg-turbo-1.3.0/jchuff.h | |
x libjpeg-turbo-1.3.0/jconfig.h.in | |
x libjpeg-turbo-1.3.0/rdjpgcom.c | |
x libjpeg-turbo-1.3.0/jdhuff.h | |
x libjpeg-turbo-1.3.0/jcomapi.c | |
x libjpeg-turbo-1.3.0/depcomp | |
x libjpeg-turbo-1.3.0/turbojpeg-mapfile.jni | |
x libjpeg-turbo-1.3.0/cjpeg.c | |
x libjpeg-turbo-1.3.0/compile | |
x libjpeg-turbo-1.3.0/rdbmp.c | |
x libjpeg-turbo-1.3.0/cdjpeg.h | |
x libjpeg-turbo-1.3.0/jdapistd.c | |
x libjpeg-turbo-1.3.0/jdatadst-tj.c | |
x libjpeg-turbo-1.3.0/jpegtran.1 | |
x libjpeg-turbo-1.3.0/configure.ac | |
x libjpeg-turbo-1.3.0/jdatasrc.c | |
x libjpeg-turbo-1.3.0/jquant1.c | |
x libjpeg-turbo-1.3.0/jdcolext.c | |
x libjpeg-turbo-1.3.0/bmp.h | |
x libjpeg-turbo-1.3.0/jutils.c | |
x libjpeg-turbo-1.3.0/jversion.h | |
x libjpeg-turbo-1.3.0/jdapimin.c | |
x libjpeg-turbo-1.3.0/jcarith.c | |
x libjpeg-turbo-1.3.0/cdjpeg.c | |
x libjpeg-turbo-1.3.0/jpegint.h | |
x libjpeg-turbo-1.3.0/jinclude.h | |
x libjpeg-turbo-1.3.0/jsimd.h | |
x libjpeg-turbo-1.3.0/jchuff.c | |
x libjpeg-turbo-1.3.0/libjpeg.map.in | |
x libjpeg-turbo-1.3.0/jdarith.c | |
x libjpeg-turbo-1.3.0/jdmainct.c | |
x libjpeg-turbo-1.3.0/win/ | |
x libjpeg-turbo-1.3.0/win/jpeg7-memsrcdst.def | |
x libjpeg-turbo-1.3.0/win/jpeg62-memsrcdst.def | |
x libjpeg-turbo-1.3.0/win/jpeg62.def | |
x libjpeg-turbo-1.3.0/win/jsimdcfg.inc | |
x libjpeg-turbo-1.3.0/win/jpeg7.def | |
x libjpeg-turbo-1.3.0/win/jconfig.h.in | |
x libjpeg-turbo-1.3.0/win/jpeg8.def | |
x libjpeg-turbo-1.3.0/win/config.h.in | |
x libjpeg-turbo-1.3.0/jcsample.c | |
x libjpeg-turbo-1.3.0/jmemnobs.c | |
x libjpeg-turbo-1.3.0/jdct.h | |
x libjpeg-turbo-1.3.0/jdatadst.c | |
x libjpeg-turbo-1.3.0/djpeg.1 | |
x libjpeg-turbo-1.3.0/doc/ | |
x libjpeg-turbo-1.3.0/doc/html/ | |
x libjpeg-turbo-1.3.0/doc/html/group___turbo_j_p_e_g.html | |
x libjpeg-turbo-1.3.0/doc/html/tab_b.png | |
x libjpeg-turbo-1.3.0/doc/html/index.html | |
x libjpeg-turbo-1.3.0/doc/html/bc_s.png | |
x libjpeg-turbo-1.3.0/doc/html/functions_vars.html | |
x libjpeg-turbo-1.3.0/doc/html/structtjtransform.html | |
x libjpeg-turbo-1.3.0/doc/html/nav_h.png | |
x libjpeg-turbo-1.3.0/doc/html/doxygen.png | |
x libjpeg-turbo-1.3.0/doc/html/nav_f.png | |
x libjpeg-turbo-1.3.0/doc/html/jquery.js | |
x libjpeg-turbo-1.3.0/doc/html/modules.html | |
x libjpeg-turbo-1.3.0/doc/html/tab_h.png | |
x libjpeg-turbo-1.3.0/doc/html/annotated.html | |
x libjpeg-turbo-1.3.0/doc/html/doxygen.css | |
x libjpeg-turbo-1.3.0/doc/html/structtjregion.html | |
x libjpeg-turbo-1.3.0/doc/html/installdox | |
x libjpeg-turbo-1.3.0/doc/html/open.png | |
x libjpeg-turbo-1.3.0/doc/html/structtjscalingfactor.html | |
x libjpeg-turbo-1.3.0/doc/html/tabs.css | |
x libjpeg-turbo-1.3.0/doc/html/tab_a.png | |
x libjpeg-turbo-1.3.0/doc/html/search/ | |
x libjpeg-turbo-1.3.0/doc/html/search/all_77.html | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_79.html | |
x libjpeg-turbo-1.3.0/doc/html/search/nomatches.html | |
x libjpeg-turbo-1.3.0/doc/html/search/classes_74.html | |
x libjpeg-turbo-1.3.0/doc/html/search/close.png | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_6f.html | |
x libjpeg-turbo-1.3.0/doc/html/search/search_l.png | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_77.html | |
x libjpeg-turbo-1.3.0/doc/html/search/search_r.png | |
x libjpeg-turbo-1.3.0/doc/html/search/search.js | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_78.html | |
x libjpeg-turbo-1.3.0/doc/html/search/search_m.png | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_72.html | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_68.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_68.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_6f.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_74.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_63.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_78.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_64.html | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_6e.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_72.html | |
x libjpeg-turbo-1.3.0/doc/html/search/all_79.html | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_64.html | |
x libjpeg-turbo-1.3.0/doc/html/search/mag_sel.png | |
x libjpeg-turbo-1.3.0/doc/html/search/all_6e.html | |
x libjpeg-turbo-1.3.0/doc/html/search/search.css | |
x libjpeg-turbo-1.3.0/doc/html/search/variables_63.html | |
x libjpeg-turbo-1.3.0/doc/html/tab_s.png | |
x libjpeg-turbo-1.3.0/doc/html/functions.html | |
x libjpeg-turbo-1.3.0/doc/html/closed.png | |
x libjpeg-turbo-1.3.0/doc/html/classes.html | |
x libjpeg-turbo-1.3.0/turbojpeg-jni.c | |
x libjpeg-turbo-1.3.0/cderror.h | |
x libjpeg-turbo-1.3.0/tjbenchtest.java.in | |
x libjpeg-turbo-1.3.0/jctrans.c | |
x libjpeg-turbo-1.3.0/jdatasrc-tj.c | |
x libjpeg-turbo-1.3.0/tjutil.c | |
x libjpeg-turbo-1.3.0/jidctfst.c | |
x libjpeg-turbo-1.3.0/wrtarga.c | |
x libjpeg-turbo-1.3.0/wizard.txt | |
x libjpeg-turbo-1.3.0/tjunittest.c | |
x libjpeg-turbo-1.3.0/wrgif.c | |
x libjpeg-turbo-1.3.0/testimages/ | |
x libjpeg-turbo-1.3.0/testimages/vgl_5674_0098.bmp | |
x libjpeg-turbo-1.3.0/testimages/vgl_6434_0018a.bmp | |
x libjpeg-turbo-1.3.0/testimages/vgl_6548_0026a.bmp | |
x libjpeg-turbo-1.3.0/testimages/testorig.jpg | |
x libjpeg-turbo-1.3.0/testimages/testimgari.jpg | |
x libjpeg-turbo-1.3.0/testimages/nightshot_iso_100.bmp | |
x libjpeg-turbo-1.3.0/testimages/testimgint.jpg | |
x libjpeg-turbo-1.3.0/testimages/nightshot_iso_100.txt | |
x libjpeg-turbo-1.3.0/testimages/testorig.ppm | |
x libjpeg-turbo-1.3.0/jccolor.c | |
x libjpeg-turbo-1.3.0/jcapistd.c | |
x libjpeg-turbo-1.3.0/turbojpeg-mapfile | |
x libjpeg-turbo-1.3.0/jcparam.c | |
x libjpeg-turbo-1.3.0/turbojpeg.c | |
x libjpeg-turbo-1.3.0/jerror.h | |
x libjpeg-turbo-1.3.0/jpeglib.h | |
x libjpeg-turbo-1.3.0/jerror.c | |
x libjpeg-turbo-1.3.0/rdgif.c | |
x libjpeg-turbo-1.3.0/README-turbo.txt | |
x libjpeg-turbo-1.3.0/cjpeg.1 | |
x libjpeg-turbo-1.3.0/jsimd_none.c | |
x libjpeg-turbo-1.3.0/doxygen.config | |
x libjpeg-turbo-1.3.0/jddctmgr.c | |
x libjpeg-turbo-1.3.0/release/ | |
x libjpeg-turbo-1.3.0/release/uninstall.in | |
x libjpeg-turbo-1.3.0/release/libjpeg-turbo.spec.in | |
x libjpeg-turbo-1.3.0/release/deb-control.tmpl | |
x libjpeg-turbo-1.3.0/release/Welcome.rtf | |
x libjpeg-turbo-1.3.0/release/makecygwinpkg.in | |
x libjpeg-turbo-1.3.0/release/ReadMe.rtf | |
x libjpeg-turbo-1.3.0/release/Description.plist.in | |
x libjpeg-turbo-1.3.0/release/libjpeg-turbo.nsi.in | |
x libjpeg-turbo-1.3.0/release/License.rtf | |
x libjpeg-turbo-1.3.0/release/Info.plist.in | |
x libjpeg-turbo-1.3.0/release/makemacpkg.in | |
x libjpeg-turbo-1.3.0/release/makedpkg.in | |
x libjpeg-turbo-1.3.0/coderules.txt | |
x libjpeg-turbo-1.3.0/jquant2.c | |
x libjpeg-turbo-1.3.0/jpegcomp.h | |
x libjpeg-turbo-1.3.0/jccoefct.c | |
x libjpeg-turbo-1.3.0/md5/ | |
x libjpeg-turbo-1.3.0/md5/Makefile.am | |
x libjpeg-turbo-1.3.0/md5/md5cmp.c | |
x libjpeg-turbo-1.3.0/md5/Makefile.in | |
x libjpeg-turbo-1.3.0/md5/md5hl.c | |
x libjpeg-turbo-1.3.0/md5/md5.c | |
x libjpeg-turbo-1.3.0/md5/md5.h | |
x libjpeg-turbo-1.3.0/jfdctfst.c | |
x libjpeg-turbo-1.3.0/jcphuff.c | |
x libjpeg-turbo-1.3.0/wrppm.c | |
x libjpeg-turbo-1.3.0/wrrle.c | |
x libjpeg-turbo-1.3.0/transupp.h | |
x libjpeg-turbo-1.3.0/missing | |
x libjpeg-turbo-1.3.0/tjbench.c | |
x libjpeg-turbo-1.3.0/jdmaster.c | |
x libjpeg-turbo-1.3.0/aclocal.m4 | |
x libjpeg-turbo-1.3.0/wrjpgcom.1 | |
x libjpeg-turbo-1.3.0/java/ | |
x libjpeg-turbo-1.3.0/java/Makefile.am | |
x libjpeg-turbo-1.3.0/java/Makefile.in | |
x libjpeg-turbo-1.3.0/java/README | |
x libjpeg-turbo-1.3.0/java/TJBench.java | |
x libjpeg-turbo-1.3.0/java/org_libjpegturbo_turbojpeg_TJ.h | |
x libjpeg-turbo-1.3.0/java/CMakeLists.txt | |
x libjpeg-turbo-1.3.0/java/TJUnitTest.java | |
x libjpeg-turbo-1.3.0/java/org_libjpegturbo_turbojpeg_TJCompressor.h | |
x libjpeg-turbo-1.3.0/java/MANIFEST.MF | |
x libjpeg-turbo-1.3.0/java/doc/ | |
x libjpeg-turbo-1.3.0/java/doc/help-doc.html | |
x libjpeg-turbo-1.3.0/java/doc/index.html | |
x libjpeg-turbo-1.3.0/java/doc/serialized-form.html | |
x libjpeg-turbo-1.3.0/java/doc/allclasses-noframe.html | |
x libjpeg-turbo-1.3.0/java/doc/constant-values.html | |
x libjpeg-turbo-1.3.0/java/doc/deprecated-list.html | |
x libjpeg-turbo-1.3.0/java/doc/overview-tree.html | |
x libjpeg-turbo-1.3.0/java/doc/package-list | |
x libjpeg-turbo-1.3.0/java/doc/index-all.html | |
x libjpeg-turbo-1.3.0/java/doc/org/ | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/ | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/ | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJTransformer.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/package-frame.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/package-summary.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJCustomFilter.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJTransform.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJScalingFactor.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJ.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/package-tree.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJDecompressor.html | |
x libjpeg-turbo-1.3.0/java/doc/org/libjpegturbo/turbojpeg/TJCompressor.html | |
x libjpeg-turbo-1.3.0/java/doc/allclasses-frame.html | |
x libjpeg-turbo-1.3.0/java/doc/resources/ | |
x libjpeg-turbo-1.3.0/java/doc/resources/inherit.gif | |
x libjpeg-turbo-1.3.0/java/doc/stylesheet.css | |
x libjpeg-turbo-1.3.0/java/org/ | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/ | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/ | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJLoader.java.in | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJCompressor.java | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJTransformer.java | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJTransform.java | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJ.java | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJScalingFactor.java | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJLoader.java.tmpl | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJCustomFilter.java | |
x libjpeg-turbo-1.3.0/java/org/libjpegturbo/turbojpeg/TJDecompressor.java | |
x libjpeg-turbo-1.3.0/java/TJExample.java | |
x libjpeg-turbo-1.3.0/java/org_libjpegturbo_turbojpeg_TJTransformer.h | |
x libjpeg-turbo-1.3.0/java/org_libjpegturbo_turbojpeg_TJDecompressor.h | |
x libjpeg-turbo-1.3.0/acinclude.m4 | |
x libjpeg-turbo-1.3.0/transupp.c | |
x libjpeg-turbo-1.3.0/ChangeLog.txt | |
x libjpeg-turbo-1.3.0/djpeg.c | |
x libjpeg-turbo-1.3.0/config.h.in | |
x libjpeg-turbo-1.3.0/bmp.c | |
x libjpeg-turbo-1.3.0/jdmarker.c | |
x libjpeg-turbo-1.3.0/sharedlib/ | |
x libjpeg-turbo-1.3.0/sharedlib/CMakeLists.txt | |
x libjpeg-turbo-1.3.0/jidctint.c | |
+ pushd libjpeg-turbo-1.3.0 | |
/tmp/libjpeg/libjpeg-turbo-1.3.0 /tmp/libjpeg | |
+ autoreconf -fiv | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force | |
configure.ac:243: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:243: the top level | |
configure.ac:249: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:249: the top level | |
configure.ac:426: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from... | |
acinclude.m4:182: AC_CHECK_COMPATIBLE_ARM_ASSEMBLER_IFELSE is expanded from... | |
configure.ac:426: the top level | |
autoreconf: configure.ac: tracing | |
configure.ac:243: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:243: the top level | |
configure.ac:249: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:249: the top level | |
configure.ac:426: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from... | |
acinclude.m4:182: AC_CHECK_COMPATIBLE_ARM_ASSEMBLER_IFELSE is expanded from... | |
configure.ac:426: the top level | |
autoreconf: running: libtoolize --copy --force | |
libtoolize: putting auxiliary files in `.'. | |
libtoolize: copying file `./ltmain.sh' | |
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and | |
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. | |
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. | |
configure.ac:243: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:243: the top level | |
configure.ac:249: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:249: the top level | |
configure.ac:426: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from... | |
acinclude.m4:182: AC_CHECK_COMPATIBLE_ARM_ASSEMBLER_IFELSE is expanded from... | |
configure.ac:426: the top level | |
autoreconf: running: /tmp/libjpeg/gnu/bin/autoconf --force | |
configure.ac:243: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:243: the top level | |
configure.ac:249: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:249: the top level | |
configure.ac:426: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from... | |
acinclude.m4:182: AC_CHECK_COMPATIBLE_ARM_ASSEMBLER_IFELSE is expanded from... | |
configure.ac:426: the top level | |
autoreconf: running: /tmp/libjpeg/gnu/bin/autoheader --force | |
configure.ac:243: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:243: the top level | |
configure.ac:249: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:249: the top level | |
configure.ac:426: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from... | |
acinclude.m4:182: AC_CHECK_COMPATIBLE_ARM_ASSEMBLER_IFELSE is expanded from... | |
configure.ac:426: the top level | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:243: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:243: the top level | |
configure.ac:249: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2670: _AC_LINK_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2680: AC_LINK_IFELSE is expanded from... | |
configure.ac:249: the top level | |
configure.ac:426: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body | |
../../lib/autoconf/lang.m4:197: AC_LANG_CONFTEST is expanded from... | |
../../lib/autoconf/general.m4:2598: _AC_COMPILE_IFELSE is expanded from... | |
../../lib/autoconf/general.m4:2608: AC_COMPILE_IFELSE is expanded from... | |
acinclude.m4:182: AC_CHECK_COMPATIBLE_ARM_ASSEMBLER_IFELSE is expanded from... | |
configure.ac:426: the top level | |
/tmp/libjpeg/gnu/share/automake-1.13/am/ltlibrary.am: warning: 'libjpeg.la': linking libtool libraries using a non-POSIX | |
/tmp/libjpeg/gnu/share/automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' | |
Makefile.am:1: while processing Libtool library 'libjpeg.la' | |
/tmp/libjpeg/gnu/share/automake-1.13/am/ltlibrary.am: warning: 'libturbojpeg.la': linking libtool libraries using a non-POSIX | |
/tmp/libjpeg/gnu/share/automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' | |
Makefile.am:6: while processing Libtool library 'libturbojpeg.la' | |
Makefile.am:110: warning: compiling 'cdjpeg.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' | |
/tmp/libjpeg/gnu/share/automake-1.13/am/ltlibrary.am: warning: 'libsimd.la': linking libtool libraries using a non-POSIX | |
/tmp/libjpeg/gnu/share/automake-1.13/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' | |
simd/Makefile.am:1: while processing Libtool library 'libsimd.la' | |
autoreconf: Leaving directory `.' | |
+ export DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer | |
+ DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer | |
+ export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk | |
+ SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk | |
++ xcrun -find gcc | |
+ export CC=/Applications/Xcode.app/Contents/Developer/usr/bin/gcc | |
+ CC=/Applications/Xcode.app/Contents/Developer/usr/bin/gcc | |
++ xcrun -find ld | |
+ export LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
+ LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
+ export 'IOS_CFLAGS=-arch armv7' | |
+ IOS_CFLAGS='-arch armv7' | |
+ export 'CFLAGS=-O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' | |
+ CFLAGS='-O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' | |
+ export 'LDFLAGS=-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' | |
+ LDFLAGS='-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' | |
+ export 'CPPFLAGS=-O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' | |
+ CPPFLAGS='-O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk' | |
+ export 'CFLAGS=-O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0' | |
+ CFLAGS='-O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0' | |
+ export 'LDFLAGS=-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0' | |
+ LDFLAGS='-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0' | |
+ ./configure --with-jpeg8 --host arm-apple-darwin --enable-static --disable-shared | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for arm-apple-darwin-strip... no | |
checking for strip... strip | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... GNU | |
checking for arm-apple-darwin-gcc... /Applications/Xcode.app/Contents/Developer/usr/bin/gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/gcc accepts -g... yes | |
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/gcc option to accept ISO C89... none needed | |
checking dependency style of /Applications/Xcode.app/Contents/Developer/usr/bin/gcc... gcc3 | |
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -E | |
checking for arm-apple-darwin-gcc... (cached) /Applications/Xcode.app/Contents/Developer/usr/bin/gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/gcc accepts -g... (cached) yes | |
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of /Applications/Xcode.app/Contents/Developer/usr/bin/gcc... (cached) gcc3 | |
checking dependency style of /Applications/Xcode.app/Contents/Developer/usr/bin/gcc... gcc3 | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... arm-apple-darwin | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /Applications/Xcode.app/Contents/Developer/usr/bin/gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... no | |
checking for arm-apple-darwin-dumpbin... no | |
checking for arm-apple-darwin-link... no | |
checking for dumpbin... no | |
checking for link... link -dump | |
configure: WARNING: using cross tools not prefixed with host triplet | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.0.0 file names to arm-apple-darwin format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for arm-apple-darwin-objdump... no | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for arm-apple-darwin-dlltool... no | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for arm-apple-darwin-ar... no | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for arm-apple-darwin-strip... strip | |
checking for arm-apple-darwin-ranlib... no | |
checking for ranlib... ranlib | |
checking command to parse nm output from /Applications/Xcode.app/Contents/Developer/usr/bin/gcc object... ok | |
checking for sysroot... no | |
checking for arm-apple-darwin-mt... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for arm-apple-darwin-dsymutil... no | |
checking for dsymutil... dsymutil | |
checking for arm-apple-darwin-nmedit... no | |
checking for nmedit... nmedit | |
checking for arm-apple-darwin-lipo... no | |
checking for lipo... lipo | |
checking for arm-apple-darwin-otool... no | |
checking for otool... otool | |
checking for arm-apple-darwin-otool64... no | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc supports -fno-rtti -fno-exceptions... yes | |
checking for /Applications/Xcode.app/Contents/Developer/usr/bin/gcc option to produce PIC... -fno-common -DPIC | |
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc PIC flag -fno-common -DPIC works... yes | |
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc static flag -static works... no | |
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc supports -c -o file.o... yes | |
checking if /Applications/Xcode.app/Contents/Developer/usr/bin/gcc supports -c -o file.o... (cached) yes | |
checking whether the /Applications/Xcode.app/Contents/Developer/usr/bin/gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking whether ln -s works... yes | |
checking whether compiler supports pointers to undefined structures... yes | |
checking whether __SUNPRO_C is declared... no | |
checking for ANSI C header files... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking whether char is unsigned... no | |
checking for inline... inline | |
checking for size_t... yes | |
checking for unsigned char... yes | |
checking for unsigned short... yes | |
checking if right shift is signed... Assuming that right shift is signed on target machine. | |
checking for short external names... ok | |
checking for memset... yes | |
checking for memcpy... yes | |
checking libjpeg API version... 8.0 | |
checking libjpeg shared library version... 8.0.2 | |
checking whether the linker supports version scripts... yes (Sun style) | |
checking whether to use version script when building libjpeg-turbo... yes | |
checking for inline... __attribute__((always_inline)) | |
checking whether to include arithmetic encoding support... yes | |
checking whether to include arithmetic decoding support... yes | |
checking whether to build TurboJPEG C wrapper... yes | |
checking whether to build TurboJPEG Java wrapper... no | |
checking if we have SIMD optimisations for cpu type... yes (arm) | |
checking if the assembler is GNU-compatible and can be used... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating pkgscripts/libjpeg-turbo.spec.tmpl | |
config.status: creating pkgscripts/makecygwinpkg.tmpl | |
config.status: creating pkgscripts/makedpkg.tmpl | |
config.status: creating pkgscripts/makemacpkg.tmpl | |
config.status: creating pkgscripts/Description.plist | |
config.status: creating pkgscripts/Info.plist | |
config.status: creating pkgscripts/uninstall.tmpl | |
config.status: creating tjbenchtest | |
config.status: creating libjpeg.map | |
config.status: creating Makefile | |
config.status: creating simd/Makefile | |
config.status: creating java/Makefile | |
config.status: creating md5/Makefile | |
config.status: creating config.h | |
config.status: creating jconfig.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
+ make -j4 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in java | |
echo timestamp > classnoinst.stamp | |
Making all in simd | |
/Applications/Xcode.app/Contents/Developer/usr/bin/gcc -E -I.. -I../simd ./jsimdcfg.inc.h | /usr/bin/grep -E "^[\;%]|^\ %" | sed 's%_cpp_protection_%%' | sed 's@% define@%define@g' > jsimdcfg.inc | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
/bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0 -MT jsimd_arm.lo -MD -MP -MF .deps/jsimd_arm.Tpo -c -o jsimd_arm.lo jsimd_arm.c | |
/bin/sh ../libtool --mode=compile gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0 -MT jsimd_arm_neon.lo -MD -MP -MF .deps/jsimd_arm_neon.Tpo -c -o jsimd_arm_neon.lo jsimd_arm_neon.S | |
libtool: compile: /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0 -MT jsimd_arm.lo -MD -MP -MF .deps/jsimd_arm.Tpo -c jsimd_arm.c -o jsimd_arm.o | |
libtool: compile: gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -O3 -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=5.0 -MT jsimd_arm_neon.lo -MD -MP -MF .deps/jsimd_arm_neon.Tpo -c jsimd_arm_neon.S -o jsimd_arm_neon.o | |
mv -f .deps/jsimd_arm.Tpo .deps/jsimd_arm.Plo | |
clang: warning: argument unused during compilation: '-D HAVE_CONFIG_H' | |
clang: warning: argument unused during compilation: '-I .' | |
clang: warning: argument unused during compilation: '-I ..' | |
clang: warning: argument unused during compilation: '-I ..' | |
clang: warning: argument unused during compilation: '-MT jsimd_arm_neon.lo' | |
clang: warning: argument unused during compilation: '-MD' | |
clang: warning: argument unused during compilation: '-MP' | |
clang: warning: argument unused during compilation: '-MF .deps/jsimd_arm_neon.Tpo' | |
jsimd_arm_neon.S:270:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 1 * 8))] | |
^ | |
jsimd_arm_neon.S:276:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 2 * 8))] | |
^ | |
jsimd_arm_neon.S:283:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 3 * 8))] | |
^ | |
jsimd_arm_neon.S:291:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 4 * 8))] | |
^ | |
jsimd_arm_neon.S:299:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 5 * 8))] | |
^ | |
jsimd_arm_neon.S:306:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 6 * 8))] | |
^ | |
jsimd_arm_neon.S:313:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 7 * 8))] | |
^ | |
jsimd_arm_neon.S:321:16: error: invalid operand for instruction | |
ldrd r4, [COEF_BLOCK, #(-96 + 2 * (4 + 0 * 8))] | |
^ | |
make[3]: *** [jsimd_arm_neon.lo] Error 1 | |
make[2]: *** [all] Error 2 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment