source: git/ppcc/src/preconf.tcl @ 54b24c

spielwiese
Last change on this file since 54b24c was 54b24c, checked in by Reimer Behrends <behrends@…>, 5 years ago
Finalizing thread support.
  • Property mode set to 100644
File size: 330 bytes
Line 
1if {[catch {
2  msg-checking "Checking for extra configuration in src..."
3  # We generate the .cc and .h files so that they get picked
4  # up during dependency checking.
5  set output [exec [info nameofexecutable] src/script/preproc.tcl {*}[glob src/*.in]]
6} output]} {
7  msg-result "failed"
8  exit 1
9}
10msg-result "ok"
11puts $output
Note: See TracBrowser for help on using the repository browser.