Fix #11 automake error.

This commit is contained in:
Dan Dennedy
2017-03-25 11:06:03 -07:00
parent 07ba37ccd0
commit 3494ed8843
2 changed files with 10 additions and 1 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: c
before_script:
- sudo apt-get -qq update
- sudo apt-get build-dep frei0r-plugins
script:
- ./configure && make -j
sudo: false
dist: trusty

View File

@@ -5,7 +5,7 @@ AC_PREREQ(2.59c)
AC_INIT(frei0r-plugins, [1.5.0], [frei0r-devel@dyne.org])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign])
# Checks for programs.
AC_PROG_CXX