autoreconf and depcomp

2019-02-02 Thread bill-auger
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

Re: autoreconf and depcomp

2019-02-02 Thread Eric Blake
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_