Hello Glenn,<br><br>You could make a patch to remove the interactive portion of the build process.  But it would be easier to just echo "y" to the build script during configure time.<br>Eg.<br><div style="margin-left:40px">
echo "y" | perl Makefile.PL<br></div><br><div class="gmail_quote">On Sat, Dec 29, 2012 at 5:13 PM, Glenn Becker <span dir="ltr"><<a href="mailto:burningc@sdf.org" target="_blank">burningc@sdf.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi all, and Happy Almost-2013,<br>
<br>
I've been packaging up some Perl modules recently and have run into an issue with one that I am not sure how to address.<br>
<br>
Inline is a Perl module that includes a sub-module, Inline::C. When the overall build gets to the spot where Inline::C is to be built, it goes interactive, a la the following:<br>
<br>
"Config.pm indicates that your version of Perl was built with this C compiler:<br>
<br>
    cc<br>
<br>
I have located this compiler on your system.<br>
<br>
Do you want to install Inline::C? [y]"<br>
<br>
Is it acceptable, in this case, to create a diff for this makefile that simply skips over the interactive bit and auto-supplies the "y"? I am not sure how else to accomplish this.<br>
<br>
Thanks,<br>
<br>
Glenn<br>
+-----------------------------<u></u>----------------+<br>
Glenn Becker - <a href="mailto:burningc@sdf.org" target="_blank">burningc@sdf.org</a><br>
SDF Public Access UNIX System - <a href="http://sdf.org" target="_blank">http://sdf.org</a><br>
+-----------------------------<u></u>----------------+<br>
______________________________<u></u>_________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.<u></u>org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/<u></u>mailman/listinfo/slackbuilds-<u></u>users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/<u></u>pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div><br>