This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Fix for bootstrap/3075


On Jun  8, 2001, Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> wrote:

>> -   ac_configure_args="$ac_configure_args --with-auxdir=../$ac_aux_dir"
>> +   sub_auxdir=
>> +   case "$ac_aux_dir" in
>> +    /*)
>> +       sub_auxdir="$ac_aux_dir"
>> +       ;;
>> +    *)
>> +       sub_auxdir="../$ac_aux_dir"
>> +       ;;
>> +   esac
>> +   ac_configure_args="$ac_configure_args --with-auxdir=../$sub_aux_dir"

Tom, I believe what you had meant was to have removed this ^^^ from
the line above too, right?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]