Re: 1-gary-leopard-dSYM-removal.patch

2008-01-31 Thread Gary V. Vaughan
On 18 Jan 2008, at 17:07, Gary V. Vaughan wrote: Hi Paul, On 18 Jan 2008, at 08:32, Paul Eggert wrote: Gary V. Vaughan [EMAIL PROTECTED] writes: +# Clean up potential compiler droppings: +ac_files=a.out.* a.exe.* a_out.exe.* b.out.* conftest.* +for ac_file in $ac_files; do + case $ac_file

Re: 1-gary-leopard-dSYM-removal.patch

2008-01-31 Thread Paul Eggert
Gary V. Vaughan [EMAIL PROTECTED] writes: another way I thought of doing it was to find the sites that call: m4_expand_once([_AC_COMPILER_EXEEXT]) m4_expand_once([_AC_COMPILER_OBJEXT]) And replace with a single: m4_expand_once([_AC_COMPILER_CHECKS]) and add to lang.m4: