OSDN Git Service

Version-check libtool correctly when doing an out-of-tree build
authorSimon McVittie <smcv@debian.org>
Fri, 8 Oct 2010 08:06:29 +0000 (09:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 17 Oct 2010 09:03:57 +0000 (11:03 +0200)
commit443c1057379f167639acad5dc197bd50a915b5ab
tree8b598a6cbf6e6b1f26911e09d6f3d27667b23055
parent2f6206da0c1ff88235e6eca0077343f22a4b43ee
Version-check libtool correctly when doing an out-of-tree build

libtool is only created at the end of ./configure, so it doesn't make
sense to grep it in ./configure (the check would always fail the first
time). However, ltmain.sh is copied into the ${srcdir} by libtoolize and
should be safe to check at any time that configure can be run.

Signed-off-by: Simon McVittie <smcv@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in