Merge pull request #20 from conserver/autoconf-adjustments

rename configure.in and use autoreconf
This commit is contained in:
Bryan Stansell 2019-03-23 21:10:16 -07:00 committed by GitHub
commit a75e3fc17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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