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
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/28901
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I71fc8dc78b8b10628ef0533c69e42c0298fb27df
Gerrit-Change-Number: 28901
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange