source: auto/summary @ 8338227

Last change on this file since 8338227 was c08f3b1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

New build system.

  • Property mode set to 100755
File size: 700 bytes
Line 
1#!/bin/sh
2
3cat << SUMMARY_END
4
5Configuration summary
6
7 prefix         : $prefix
8 exec-prefix    : $exec_prefix
9 bindir         : $bindir
10 sbindir        : $sbindir
11 datarootdir    : $datarootdir
12 datadir        : $datadir
13 sysconfdir     : $sysconfdir
14 sharedstatedir : $sharedstatedir
15 localstatedir  : $localstatedir
16
17 SHELL          : $SHELL
18 CC             : $CC
19 BISON          : $BISON
20 RM             : $RM
21 RMDIR          : $RMDIR
22 TEST           : $TEST
23 MAKE           : $MAKE
24 GREP           : $GREP
25 CUT            : $CUT
26 SORT           : $SORT
27 PR             : $PR
28
29 CFLAGS         : $CFLAGS
30 LDFLAGS        : $LDFLAGS
31 LDLIBS         : $LDLIBS
32 BFLAGS         : $BFLAGS
33
34SUMMARY_END
35
Note: See TracBrowser for help on using the repository browser.