source:
trunk/src/kmk/tests/config-flags.pm.in@
3682
| Last change on this file since 3682 was 3140, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 470 bytes | |
| Line | |
|---|---|
| 1 | # This is a -*-perl-*- script |
| 2 | # |
| 3 | # Set variables that were defined by configure, in case we need them |
| 4 | # during the tests. |
| 5 | |
| 6 | %CONFIG_FLAGS = ( |
| 7 | AM_LDFLAGS => '@AM_LDFLAGS@', |
| 8 | AR => '@AR@', |
| 9 | CC => '@CC@', |
| 10 | CFLAGS => '@CFLAGS@', |
| 11 | CPP => '@CPP@', |
| 12 | CPPFLAGS => '@CPPFLAGS@', |
| 13 | GUILE_CFLAGS => '@GUILE_CFLAGS@', |
| 14 | GUILE_LIBS => '@GUILE_LIBS@', |
| 15 | LDFLAGS => '@LDFLAGS@', |
| 16 | LIBS => '@LIBS@' |
| 17 | ); |
| 18 | |
| 19 | 1; |
Note:
See TracBrowser
for help on using the repository browser.
