Re: duplicate installdirs bug

2007-06-14 Thread Ralf Wildenhues
Hello David, * David Fang wrote on Fri, Jun 15, 2007 at 05:27:22AM CEST: > With automake 1.9.6, I'm getting distcheck failures during the > install phase (or just during non-distcheck make install): > > = reduced Makefile.am = > # let package name == 'yoyodyne' >

duplicate installdirs bug

2007-06-14 Thread David Fang
Hi, With automake 1.9.6, I'm getting distcheck failures during the install phase (or just during non-distcheck make install): = reduced Makefile.am = # let package name == 'yoyodyne' foodir = $(pkgdatadir)/foo foo_DATA = file1 dist_foo_DATA = file2 ==