fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/28901 )
Change subject: configure: fix warning: AC_OUTPUT should be used without arguments ......................................................................
configure: fix warning: AC_OUTPUT should be used without arguments
Change-Id: I71fc8dc78b8b10628ef0533c69e42c0298fb27df --- M configure.ac 1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/01/28901/1
diff --git a/configure.ac b/configure.ac index 8d0ebb1..77cb672 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ 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 @@ doc/Makefile doc/charts/Makefile contrib/Makefile - Makefile) + Makefile]) +AC_OUTPUT