libs.am and ar

2003-06-17 Thread D H
It looks like the libs.am is setting AR = ar (I am using version 1.5 of automake). This eventrually gets inserted in Makefile.in, when libraries are being created. This seems to override any other initialization done by the user for AR. Does this mean that the user cannot set AR ? Thanks, DH

Re: libs.am and ar

2003-06-17 Thread Assar Westerlund
D H <[EMAIL PROTECTED]> writes: > It looks like the libs.am is setting AR = ar (I am > using version 1.5 of automake). This eventrually gets > inserted in Makefile.in, when libraries are being > created. This seems to override any other > initialization done by the user for AR. make AR=my-ar shoul