utt/configure

24 lines
297 B
Plaintext
Raw Normal View History

2009-05-21 16:10:38 +02:00
#!/bin/sh
. ./auto/defaults
2009-05-21 16:10:38 +02:00
. ./auto/options
if [ -f ./src/config.h ]; then
echo ERROR: config.h exists
exit
fi
if [ -f ./Makefile ]; then
echo ERROR: Makefile exists
exit
fi
if [ ! -d ./src ]; then
mkdir ./src
fi
2009-05-21 16:10:38 +02:00
. ./auto/output/config_h
. ./auto/output/Makefile
. ./auto/summary