source:
configure
@
8338227
Last change on this file since 8338227 was c08f3b1, checked in by Mateusz Hromada <ruanda@…>, 16 years ago | |
---|---|
|
|
File size: 237 bytes |
Rev | Line | |
---|---|---|
[c08f3b1] | 1 | #!/bin/sh |
2 | ||
3 | . ./auto/options | |
4 | ||
5 | if [ -f ./src/config.h ]; then | |
6 | echo ERROR: config.h exists | |
7 | exit | |
8 | fi | |
9 | ||
10 | if [ -f ./Makefile ]; then | |
11 | echo ERROR: Makefile exists | |
12 | exit | |
13 | fi | |
14 | ||
15 | . ./auto/output/config_h | |
16 | . ./auto/output/Makefile | |
17 | ||
18 | . ./auto/summary |
Note: See TracBrowser
for help on using the repository browser.