]> git.ipfire.org Git - thirdparty/lldpd.git/commit
autogen: don't use readlink -f
authorVincent Bernat <bernat@luffy.cx>
Thu, 10 Jan 2013 22:52:26 +0000 (23:52 +0100)
committerVincent Bernat <bernat@luffy.cx>
Thu, 10 Jan 2013 22:52:26 +0000 (23:52 +0100)
commit6a8ed660322963882c1d0a797b3b1aeb35d69517
treec504a19d63ee04cad73f7653e840f80eb430c99f
parentbb1666fe512efc035a31a91fe24f328f86c79858
autogen: don't use readlink -f

This is not portable. We are only interested in the basename, let's
just use $PWD instead of `.`.
autogen.sh