when i run `autoreconf -ivf` and a 'depcomp' already file exists,
'depcomp' gets added to 'am__DIST_COMMON' in ./Makefile.in - but when i
run `autoreconf -ivf` and the 'depcomp' file does not exist, it is
recreated automatically but is not added to 'am__DIST_COMMON'
can someone advise me if i shou
On 2/2/19 12:18 AM, bill-auger wrote:
> when i run `autoreconf -ivf` and a 'depcomp' already file exists,
> 'depcomp' gets added to 'am__DIST_COMMON' in ./Makefile.in - but when i
> run `autoreconf -ivf` and the 'depcomp' file does not exist, it is
> recreated automatically but is not added to 'am_