initial commit of configure script
authorRich Felker <dalias@aerifal.cx>
Sat, 5 May 2012 03:24:51 +0000 (23:24 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 5 May 2012 03:24:51 +0000 (23:24 -0400)
commit64d2f8e82a877a52a3406ab77b930ea110aac228
tree5d269ca91c07b0468031ea374e3a6ad4d275a2ac
parent7e4d79464adc3140b03f6e92a902d061c99b9ebe
initial commit of configure script

this script is not based on autoconf; however it attempts to follow
the same interface contracts for ease of integration with build
systems. it is also not necessary to use musl. manually written
config.mak files are still supported, as is building without any
config.mak at all as long as you are happy with the default options
and you supply at least ARCH on the command line to make.
configure [new file with mode: 0755]