#3537: flea/muttbug tries to run C compiler with -v option to get the version
number
---------------------+------------------------------------------------------
  Reporter:  marcel  |       Owner:  mutt-dev
      Type:  defect  |      Status:  closed  
  Priority:  major   |   Milestone:  1.6     
 Component:  mutt    |     Version:  1.5.21  
Resolution:  fixed   |    Keywords:          
---------------------+------------------------------------------------------
Changes (by David Champion <dgc@…>):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [d414971f0c48]) Add compiler and configure info to mutt -v output
 (closes #3537)

 Makefile(.am) updated to produce conststrings.c, which contains
 C strings representing:

 * the compiler's own version information;
 * the CFLAGS value from the Make environment
 * the ./configure options

 main.c is updated to print them when running 'mutt -v'.

 txt2c.sh is added to produce conststrings.c. txt2c.sh uses a compiled
 txt2c binary if possible, for complete fidelity to the source strings
 in whatever encoding they may use.  If txt2c is not available (could
 not be compiled, or was not compiled natively) it falls back on a shell
 function to approximate the output using sed and tr.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3537#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to