This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
2012-12-03 21:43:26 +00:00
|
|
|
#!/bin/sh
|
2014-12-19 22:18:49 +00:00
|
|
|
# Create the build system.
|
2012-12-03 21:43:26 +00:00
|
|
|
|
|
|
|
set -e -x
|
|
|
|
exec autoreconf -vfi
|