Hi ppl In Makefile.am there is a line: EXTRA_DIST=... mypackage.spec
At the same time I mention in configure.in AC_OUTPUT mypackage.spec - which is generated from mypackage.spec.in. Is is correct that "make distclean" removes the mypackage.spec (because it is in AC_OUTPUT). Probably it should not remove it (because it is in EXTRA_DIST)? Cheers, Sergey
