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> &lt;<a href="mailto:james.fitzgibbon@gmail.com">james.fitzgibbon@gmail.com</a>&gt; 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> &lt;<a href="mailto:thrills3k3r@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">thrills3k3r@gmail.com
</a>&gt; 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&#39;ve been digging around and I haven&#39;t found a way to do this, but I have a feeling I&#39;ll feel like an idiot because it&#39;s something I&#39;m over looking.<br><br>Normally if I need to specify an additional option (such as different language sound files) or I&#39;m building an Asterisk server with a lean configuration and need to remove some modules I do so with &#39;make menuconfig&#39;. I&#39;ve ran into a need however to install Asterisk entirely from the command line, so I&#39;m looking for the method of accomplishing what I&#39;ve normally done through &#39;make menuconfig&#39; solely from the command line.
<br><br>Anyone know how this is accomplished?</blockquote></span></div><div><br>After you run make menuselect, you&#39;ll have a file&nbsp; &#39;menuselect.makeopts&#39; in your asterisk source dir.&nbsp; Copy that to /etc/asterisk.makeopts (or ~/.asterisk.makeopts) and it will be used for future builds.&nbsp; Once you&#39;ve copied the file over, do a &#39;make distclean ; ./configure ; make&#39; to check that it worked.
<br><br>It&#39;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> &nbsp; <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>