]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: use a simplified autogen.sh script
authorVincent Bernat <bernat@luffy.cx>
Wed, 19 Dec 2012 22:35:58 +0000 (23:35 +0100)
committerVincent Bernat <bernat@luffy.cx>
Wed, 19 Dec 2012 22:50:42 +0000 (23:50 +0100)
commit0ac0576e3b6571608d027e657eaa1091ddbe47bc
treec9c48834fcce9742f44d75386e3dcdb989e8507c
parent34e8e83f88f9fb3ea258eb55eda05fe510675dac
build: use a simplified autogen.sh script

The previous one was fairly complete but did not manage to generate
what was needed to get the build prepared. The bug is in autoreconf
which was calling `libtoolize` in `libevent` before doing it for the
main project. Hence, `ltmain.sh` was not found. It is still surprising
that we have such hackish build systems in 2012.
autogen.sh