#1975: man-db-2.4.4
-----------------------------------------+----------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  [email protected]
     Type:  task                         |      Status:  new                    
      
 Priority:  normal                       |   Milestone:                         
      
Component:  Book                         |     Version:  SVN                    
      
 Severity:  normal                       |    Keywords:                         
      
-----------------------------------------+----------------------------------
 New version released. There's a lot of new stuff in docs/ChangeLog.
 I would also like to suggest we use #undef's:

 {{{
 cat >> include/manconfig.h.in << "EOF"
 #undef WEB_BROWSER
 #define WEB_BROWSER "exec /usr/bin/lynx"
 #undef COL
 #define COL "/usr/bin/col"
 #undef VGRIND
 #define VGRIND "/usr/bin/vgrind"
 #undef GRAP
 #define GRAP "/usr/bin/grap"
 EOF
 }}}

 So that we don't get warnings like:

 {{{
 ../include/manconfig.h:457:1: warning: "WEB_BROWSER" redefined
 ../include/manconfig.h:117:1: warning: this is the location of the
 previous definition
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1975>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to