File: cxref.templates

package info (click to toggle)
cxref 1.6e-9
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 3,332 kB
  • sloc: ansic: 16,598; yacc: 2,091; sh: 945; lex: 470; perl: 452; makefile: 439; lisp: 256; cpp: 188; python: 80
file content (17 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Template: cxref/cxref-cpp-autoconf
Type: boolean
Default: true
_Description: Automatically configure cxref-cpp?
 cxref-cpp is a cpp-like program used by cxref for better comment
 processing and support.  Proper operation of cxref-cpp requires
 configuration against the gcc and cpp versions you have installed on your
 system.  These of course may change with each upgrade.  This package can
 attempt to automatically keep track of your installed gcc and cpp versions
 and reconfigure cxref-cpp accordingly, or it can leave such configuration
 up to you.  In the latter case, you can run /usr/bin/cxref-cpp-configure
 as root whenever you wish, and/or you can edit the file
 /etc/cxref/cxref-cpp.defines by hand.  In the former case, the defines
 file will be automatically updated every time the cxref package is
 reconfigured.  In addition, cxref-cpp will detect any gcc version mismatch
 at runtime and regenerate a temporary cxref-cpp.defines file on the fly,
 warning the user of the situation.