Subject: Makefile.{am,in} confusion
To: None <tech-pkg@netbsd.org>
From: Joe Reed <jnr@cwru.edu>
List: tech-pkg
Date: 04/14/2003 22:37:40
hi,
i run into this problem with this program i'm attempting to package. i have
to patch the configure script to allow a netbsdelf host to use the
multithreaded qt.
however, the make target then re-runs the configuration script, regenerating
them from aclocal.in and acinclude.in overwriting my changes and any pkgsrc
configure options.
what should i look for in the Makefile.{am,in} or other files to stop this
from happening?
thanks
--joe