From a6fabf75b57753b9b651cda8a0dc12605fdccb65 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 3 Aug 2022 03:16:11 +0700 Subject: configure: fix warning: AC_OUTPUT should be used without arguments Change-Id: I71fc8dc78b8b10628ef0533c69e42c0298fb27df --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8d0ebb1..77cb672 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"]) dnl Generate the output AM_CONFIG_HEADER(config.h) -AC_OUTPUT( +AC_CONFIG_FILES([ libosmo-gtlv.pc libosmo-pfcp.pc include/Makefile @@ -104,4 +104,5 @@ AC_OUTPUT( doc/Makefile doc/charts/Makefile contrib/Makefile - Makefile) + Makefile]) +AC_OUTPUT -- cgit v1.2.3