summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-06-13 16:30:12 +0200
committerMarcel Holtmann <marcel@holtmann.org>2022-06-13 16:30:12 +0200
commit19748c5ddc95e875589b0303d74767bdae94438a (patch)
tree6c8c2b647d11651f3715d735f130f95dab666d33
parentd1724734e2ba9787d4b8effe8474b12b2cc92fd7 (diff)
downloadpacrunner-19748c5ddc95e875589b0303d74767bdae94438a.tar.gz
build: Fix usage of AC_OUTPUT
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6a4bf1d..1e5f03d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,4 +127,6 @@ AC_ARG_ENABLE(datafiles, AS_HELP_STRING([--disable-datafiles],
[enable_datafiles=${enableval}])
AM_CONDITIONAL(DATAFILES, test "${enable_datafiles}" != "no")
-AC_OUTPUT(Makefile src/org.pacrunner.service libproxy/libproxy-1.0.pc)
+AC_CONFIG_FILES(Makefile src/org.pacrunner.service libproxy/libproxy-1.0.pc)
+
+AC_OUTPUT