#156: distclean doesn't work if Dynare was built with --disable-octave --------------------------+------------------------------------------------- Reporter: michel | Owner: sebastien Type: bug | Status: new Priority: minor | Milestone: Component: Preprocessor | Version: Keywords: | --------------------------+------------------------------------------------- This seems to be a problem with the options of the build system.
#156: distclean doesn't work if Dynare was built with --disable-octave ---------------------------+------------------------------------------------ Reporter: michel | Owner: sebastien Type: bug | Status: closed Priority: minor | Milestone: Component: Preprocessor | Version: Resolution: wontfix | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: new => closed * resolution: => wontfix
Comment:
This is a known issue which comes from a limitation of automake when conditionnally using sub-packages with AC_CONFIG_SUBDIRS().
There seems to be no easy way of fixing this.
Note that "make clean" works fine in that situation.
Also note that "make distclean" is intended for pacakge maintainers and is normally not needed by users.
In this context, I don’t plan to fix this issue.