]> git.ipfire.org Git - thirdparty/lldpd.git/commit - configure.ac
build: use AC_CONFIG_FILES only to generate Makefiles
authorVincent Bernat <vincent@bernat.im>
Sun, 5 Oct 2014 13:07:42 +0000 (15:07 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 5 Oct 2014 13:07:42 +0000 (15:07 +0200)
commit95493844623c46e803d31302ac7758ce01580be7
tree99baf2a95cf21ccf5d91177a73a58ef2e6cc2dbb
parent326808ff3c7cf0fd1a48c4639036b9ddebd8eadd
build: use AC_CONFIG_FILES only to generate Makefiles

Other kind of files may get partially expanded variables. For example,
`@sbindir@` is expanded to `${exec_prefix}/sbin` which won't work in a
regular configuration file.

While this could be done easily with GNU Make, using automake doesn't
allow us to use pattern rules or stuff like that. Therefore, there are a
lot of repetitions to declare the files we need to transform.
configure.ac
edit.am [new file with mode: 0644]
osx/Makefile.am
src/client/Makefile.am
src/daemon/Makefile.am
src/lib/Makefile.am