New automake-based build process.
This commit is contained in:
parent
6a2c27c6eb
commit
122418566e
29 changed files with 23344 additions and 55 deletions
11
test/test-automation/autogen.sh
Executable file
11
test/test-automation/autogen.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#! /bin/sh
|
||||
|
||||
echo "Generating build information using autoreconf"
|
||||
echo "This may take a while..."
|
||||
|
||||
test -d acinclude || mkdir acinclude
|
||||
|
||||
autoreconf -i
|
||||
|
||||
# Run configure for this platform
|
||||
echo "Now you are ready to run ./configure"
|
Loading…
Add table
Add a link
Reference in a new issue