Skip to content

Commit

Permalink
Put autogen.sh back for compatibility, but make it use autoreconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Feb 15, 2017
1 parent a49c652 commit 7af86b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ before_script:
- psql -U postgres -c 'CREATE DATABASE sbtest'

script:
- autoreconf -vi && ./configure --enable-coverage --enable-asan --enable-msan --with-mysql --with-pgsql
- ./autogen.sh && ./configure --enable-coverage --enable-asan --enable-msan --with-mysql --with-pgsql
- make
- make distcheck
- SBTEST_MYSQL_ARGS="--mysql-user=root" SBTEST_PGSQL_ARGS="--pgsql-user=postgres" make test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Current features allow to test the following system parameters:
Installation
------------

autoreconf -vi
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 3 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

autoreconf -vi

0 comments on commit 7af86b8

Please sign in to comment.