]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: fool autoreconf to do a recursive reconfiguration
authorVincent Bernat <vincent@bernat.im>
Wed, 16 Sep 2015 20:15:25 +0000 (22:15 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 16 Sep 2015 20:17:44 +0000 (22:17 +0200)
commite9b22e1e5e80e05bc74cffe364a3530da868960f
tree570a8fc8f1972c273f914ded046d2ea61890b0be
parent8e89804d0d9189d79ad3026091de9330da1a11cf
build: fool autoreconf to do a recursive reconfiguration

We just redefine AC_CONFIG_SUBDIRS to our own empty version. autoreconf
will see this during the tracing step and will automatically reconfigure
libevent and libnl as well. This may unbreak people relying on tool
trying to regen configure without using the "autogen.sh" script.

Fix #133 (with a bit of luck)
autogen.sh
m4/config_subdirs.m4