Add configure script
authorJens Axboe <axboe@kernel.dk>
Thu, 10 Jan 2013 10:23:19 +0000 (11:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Jan 2013 10:23:19 +0000 (11:23 +0100)
commit67bf982340d95ca98098ea050b54b4c7adb116c0
tree00b8947272d1301426b199e8f98c6a5933969909
parent78c1111eacdb594e0488d5adc508091fc2a3af88
Add configure script

Get rid of all the fragile guessing and checking of features,
and roll a configure script instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
45 files changed:
HOWTO
Makefile
arch/arch-x86.h
arch/arch-x86_64.h
arch/arch.h
backend.c
client.c
compiler/compiler.h
configure [new file with mode: 0755]
engines/fusion-aw.c
engines/guasi.c
engines/libaio.c
engines/net.c
engines/posixaio.c
engines/rdma.c
engines/solarisaio.c
engines/splice.c
engines/syslet-rw.c [deleted file]
fio.c
fio.h
gettime.c
helpers.c
helpers.h
init.c
ioengine.h
ioengines.c
lib/getopt.h
lib/inet_aton.c [new file with mode: 0644]
lib/inet_aton.h [new file with mode: 0644]
lib/strsep.h
options.c
os/indirect.h [deleted file]
os/os-aix.h
os/os-android.h
os/os-freebsd.h
os/os-hpux.h
os/os-linux.h
os/os-mac.h
os/os-netbsd.h
os/os-solaris.h
os/os-windows.h
os/os.h
os/syslet.h [deleted file]
os/windows/posix.c
server.c