]> 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:19:24 +0000 (22:19 +0200)
commitb41cea300e5210970a30fa261afac5290dfc3d00
tree76159df9924606f381eef94bed55cbcd00dbf757
parentfcab3095a3934a8c0b9f660fb6f2b650a9c69c5f
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