]> git.ipfire.org Git - thirdparty/collectd.git/commit
Fix-configure.ac: define PREFIX in config.h
authorlns <matzeton@googlemail.com>
Wed, 15 Jun 2022 18:08:32 +0000 (20:08 +0200)
committerMatthias Runge <mrunge@matthias-runge.de>
Thu, 21 Jul 2022 18:54:02 +0000 (20:54 +0200)
commit59df544d4db83db4a0988aba47394983ca891e4b
treec8031596f74912dd752ed5b7b3aec12947bfc1de
parent4d2e8771a23b6ab10f161a0ebc56e8e86949fbe5
Fix-configure.ac: define PREFIX in config.h

PREFIX was never defined and therefore set to the
default value `/opt/collectd`. collectd searched in
this path for desired files e.g. typesdb, plugins, etc
no matter if it was configured with `--prefix`.

Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
configure.ac