patacongo edited a comment on pull request #3716:
URL: https://github.com/apache/incubator-nuttx/pull/3716#issuecomment-841688765


   Ignoring Bash, the functionality could be implemented in C as well (as NSH 
does).  There is no magic here.  But it certainly would be a bigger job.  That 
is why I suggest it probably would not be worth the effort.
   
   Currently, configure.c gets its input via argv[] and parses that using 
getopt().  If one really wanted to implement this in configure.c, this would 
all have to be replaced with custom, interactive logic.  It is not impossible, 
just not worth the effort.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to