From 978704c29cd08382c56f0a7aa9f3b70c6a2a4157 Mon Sep 17 00:00:00 2001 From: Fabian Mauchle Date: Tue, 4 Jun 2019 09:01:21 +0200 Subject: [PATCH] fix automake configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cd23429..920389c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Copyright (c) 2010-2013,2016, NORDUnet A/S dnl See LICENSE for licensing information. AC_INIT(radsecproxy, 1.8.0-beta, https://radsecproxy.github.io) -AC_CANONICAL_TARGET AC_CONFIG_AUX_DIR([build-aux]) +AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC AC_PROG_RANLIB