diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-03-31 23:23:14 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-03-31 23:23:14 +0800 |
commit | 325d0c1d02d99bbc844af21fad16db1691d419fc (patch) | |
tree | 8ccd894f8e030facc52889d2aa9ad563c0f42ee4 /.travis.yml | |
parent | 17f209f9b77b4c80e14d136097aa75a0cbcce1b7 (diff) |
Add configure script to version control. Set timezone for release tarball
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c31628e..c30a4fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,8 +52,6 @@ before_install: - if [ "$CC" = "clang" ]; then WEXTRAFLAGS="$WEXTRAFLAGS -Wno-error=incompatible-library-redeclaration" ; fi # workaround install: - - autoconf - - autoheader - ./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $WEXTRAFLAGS $EXTRACFLAGS" --prefix="$HOME/inst" || (cat config.log; exit 1) - if [ "$NOWRITEV" = "1" ]; then sed -i -e s/HAVE_WRITEV/DONT_HAVE_WRITEV/ config.h ; fi - make lint |