]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: replace AC_CONFIG_SUBDIRS with custom version
authorVincent Bernat <vincent@bernat.im>
Sun, 16 Aug 2015 09:49:07 +0000 (11:49 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 16 Aug 2015 09:49:07 +0000 (11:49 +0200)
commit3940008c5fcea428d4f9dd4627e967529532913e
treeb93efa7a4121cf679824646090e7477d03ab3113
parent96beef68762fff43542609c6d0c4ef2ccc066c83
build: replace AC_CONFIG_SUBDIRS with custom version

Modifying `$ac_configure_args` breaks maintainer mode. Moreover,
./configure is run even when not needed. We use a custom version
allowing to pass custom parameters and not delaying ./configure
invocation.
m4/config_subdirs.m4 [new file with mode: 0644]
m4/libevent.m4