source: configure @ c08f3b1

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

New build system.

  • Property mode set to 100755
File size: 237 bytes
Line 
1#!/bin/sh
2
3. ./auto/options
4
5if [ -f ./src/config.h ]; then
6  echo ERROR: config.h exists
7  exit
8fi
9
10if [ -f ./Makefile ]; then
11  echo ERROR: Makefile exists
12  exit
13fi
14
15. ./auto/output/config_h
16. ./auto/output/Makefile
17
18. ./auto/summary
Note: See TracBrowser for help on using the repository browser.