Thanks for the tip James. I copied the menuselect.makeopts file out to another directory, ran make distclean then ./configure and then copied the menuselect.makeopts back over and it picked up the previous config. Great solution.
<br><br><div><span class="gmail_quote">On 8/8/07, <b class="gmail_sendername">James FitzGibbon</b> <<a href="mailto:james.fitzgibbon@gmail.com">james.fitzgibbon@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_11445c9a9e314dfc_0">On 8/8/07, <b class="gmail_sendername">arkda</b> <<a href="mailto:thrills3k3r@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">thrills3k3r@gmail.com
</a>> wrote:</span></div><div><div><span class="e" id="q_11445c9a9e314dfc_2"><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been digging around and I haven't found a way to do this, but I have a feeling I'll feel like an idiot because it's something I'm over looking.<br><br>Normally if I need to specify an additional option (such as different language sound files) or I'm building an Asterisk server with a lean configuration and need to remove some modules I do so with 'make menuconfig'. I've ran into a need however to install Asterisk entirely from the command line, so I'm looking for the method of accomplishing what I've normally done through 'make menuconfig' solely from the command line.
<br><br>Anyone know how this is accomplished?</blockquote></span></div><div><br>After you run make menuselect, you'll have a file 'menuselect.makeopts' in your asterisk source dir. Copy that to /etc/asterisk.makeopts (or ~/.asterisk.makeopts) and it will be used for future builds. Once you've copied the file over, do a 'make distclean ; ./configure ; make' to check that it worked.
<br><br>It's the same idea for asterisk-addons, except you copy its menuselect.makeopts to /etc/asteriskaddons.makeopts.<br></div></div><br>-- <br><span class="sg">j.
</span><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--
</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>