Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 229 Bytes

File metadata and controls

executable file
·
11 lines (7 loc) · 229 Bytes
 
1
2
3
4
5
6
7
8
9
10
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"