On Fri, Apr 24, 2009 at 12:57:36PM -0400, Brian Utterback wrote: > >2. usr/src/cmd/ntpd/Makefile.sfw > > Roland Mainz wrote: > > > use either $(SHELL) or /usr/bin/bash for "configure" > > > calls (so we know which one is used and "configure" > > >doesn't pick one itself) > > I don't understand this.
What Roland meant is: don't execute "./configure ...", but "$(SHELL) ./configure ..." Otherwise which shell is used is up to ./configure. I don't see the need to do this though.
