diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-06-17 14:19:43 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-06-17 16:59:26 +0200 |
commit | 946880094ff17bd7031c1059625290c4fd2a76d5 (patch) | |
tree | 9c1da132a06eba009ced8ad88af701994d670eaf | |
parent | 850db8efd409570db9032c61aabf8a35adbf47f2 (diff) |
fixed gitlab yaml errors: ArchLinux dependencies pkg names, added OpenWrt docker image skeleton
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7aa096f..93c2add 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build-debian: build-arch: image: base/archlinux script: - - pacman -Syu --noconfirm coreutils make autoconf automake gcc pkg-config libseccomp-dev libssh-dev valgrind + - pacman -Syu --noconfirm coreutils make autoconf automake gcc pkg-config libseccomp libssh valgrind - ./autogen.sh - ./configure - make @@ -5,5 +5,5 @@ set -x aclocal autoheader -automake --add-missing autoconf +automake --foreign --add-missing --force-missing --copy diff --git a/configure.ac b/configure.ac index 3e3212b..189c44b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +AC_PREREQ([2.69]) AC_INIT(potd, 1.0, matzeton@googlemail.com) AC_CONFIG_HEADERS([src/config.h]) AC_CANONICAL_TARGET |