From 946880094ff17bd7031c1059625290c4fd2a76d5 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 17 Jun 2018 14:19:43 +0200 Subject: fixed gitlab yaml errors: ArchLinux dependencies pkg names, added OpenWrt docker image skeleton Signed-off-by: Toni Uhlig --- .gitlab-ci.yml | 2 +- autogen.sh | 2 +- 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 diff --git a/autogen.sh b/autogen.sh index 48e9f68..ea1fd00 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- cgit v1.2.3