Skip to content

Commit

Permalink
make distcheck on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Oct 13, 2020
1 parent 24db10e commit 3e5ec4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ before_script:

script:
- ./configure --disable-silent-rules
- make
- make distcheck
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([gmdb2],[0.9.0-beta],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2])
AC_INIT([gmdb2],[0.9.0-beta1],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/gladefiles/gmdb.glade)
Expand Down

0 comments on commit 3e5ec4b

Please sign in to comment.