diff -ru 2.4_0+universal-2010-09-23/opt/local/bin/glibtool 2.4_0+universal-2011-01-18/opt/local/bin/glibtool
old
|
new
|
|
72 | 72 | |
73 | 73 | # The host system. |
74 | 74 | host_alias= |
75 | | host=x86_64-apple-darwin10.4.0 |
76 | | host_os=darwin10.4.0 |
| 75 | host=x86_64-apple-darwin10.6.0 |
| 76 | host_os=darwin10.6.0 |
77 | 77 | |
78 | 78 | # The build system. |
79 | 79 | build_alias= |
80 | | build=x86_64-apple-darwin10.4.0 |
81 | | build_os=darwin10.4.0 |
| 80 | build=x86_64-apple-darwin10.6.0 |
| 81 | build_os=darwin10.6.0 |
82 | 82 | |
83 | 83 | # A sed program that does not truncate output. |
84 | 84 | SED="/usr/bin/sed" |
… |
… |
|
161 | 161 | lock_old_archive_extraction=yes |
162 | 162 | |
163 | 163 | # A C compiler. |
164 | | LTCC="/usr/bin/gcc-4.2" |
| 164 | LTCC="ccache /usr/bin/gcc-4.2" |
165 | 165 | |
166 | 166 | # LTCC compiler flags. |
167 | 167 | LTCFLAGS="-pipe -O2 -arch x86_64 -arch i386" |
… |
… |
|
302 | 302 | old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib" |
303 | 303 | |
304 | 304 | # A language specific compiler. |
305 | | CC="/usr/bin/gcc-4.2" |
| 305 | CC="ccache /usr/bin/gcc-4.2" |
306 | 306 | |
307 | 307 | # Is the compiler the GNU compiler? |
308 | 308 | with_gcc=yes |
… |
… |
|
10085 | 10085 | old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib" |
10086 | 10086 | |
10087 | 10087 | # A language specific compiler. |
10088 | | CC="/usr/bin/g++-4.2" |
| 10088 | CC="ccache /usr/bin/g++-4.2" |
10089 | 10089 | |
10090 | 10090 | # Is the compiler the GNU compiler? |
10091 | 10091 | with_gcc=yes |
diff -ru 2.4_0+universal-2010-09-23/opt/local/bin/glibtoolize 2.4_0+universal-2011-01-18/opt/local/bin/glibtoolize
old
|
new
|
|
59 | 59 | # When reporting a bug, please describe a test case to reproduce it and |
60 | 60 | # include the following information: |
61 | 61 | # |
62 | | # host-triplet: x86_64-apple-darwin10.4.0 |
| 62 | # host-triplet: x86_64-apple-darwin10.6.0 |
63 | 63 | # $progname: (GNU libtool) 2.4 |
64 | 64 | # automake: $automake_version |
65 | 65 | # autoconf: $autoconf_version |