summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef43260)
raw | patch | inline | side by side (parent: ef43260)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 19:28:31 +0000 (21:28 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Apr 2016 19:28:31 +0000 (21:28 +0200) |
AC_CONFIG_SRCDIR is a bit of a misnomer, in that it should
point to a unique file in the top source directory, not to
the directory itself.
point to a unique file in the top source directory, not to
the directory itself.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 73dd27e2542c6b96aecf6e332f7eb9b84bd0e810..1fcab1c87ea3f8bf32c7846a9bc2ec3cf64f140a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
-AC_CONFIG_SRCDIR(src/)
+AC_CONFIG_SRCDIR(src/target_set.c)
AC_CONFIG_HEADERS(src/config.h)
AC_CONFIG_AUX_DIR([libltdl/config])