On Tue, Feb 1, 2011 at 1:07 PM, Paul Wise <[email protected]> wrote: > On Tue, Feb 1, 2011 at 7:29 PM, Mathieu Malaterre > <[email protected]> wrote: > >> ifneq "$(wildcard /usr/share/misc/config.sub)" "" >> cp -f /usr/share/misc/config.sub config/config.sub >> endif >> ifneq "$(wildcard /usr/share/misc/config.guess)" "" >> cp -f /usr/share/misc/config.guess config/config.guess >> endif > ... >> Should I be doing something else ? > > Yes, move the above few lines to before ./configure is run and delete > config/config.guess and config/config.sub in the clean rule. Keep the > autotools-dev build-dep.
Worked out very nicely ! thanks. http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=dcmtk -- Mathieu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

