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