rename configure.in and use autoreconf

This commit is contained in:
Bryan Stansell 2019-03-22 20:12:22 -07:00
parent bd837bf4ce
commit 969731ea4f
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6
3 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@ freebsd_12_task:
freebsd_instance:
image: freebsd-12-0-release-amd64
install_script:
- pkg install -y autoconf
- pkg install -y autoconf automake
build_script:
- ./package/setup-configure
- ./configure || { cat config.log; exit 1; }

View File

@ -5,6 +5,4 @@ set -e
curl -s -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess'
curl -s -o config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub'
autoconf
autoheader
rm -rf autom4te.cache
autoreconf