]> granicus.if.org Git - transmission/commit
(trunk) #3901 "Confusing error message when libtool is missing" -- fixed.
authorJordan Lee <jordan@transmissionbt.com>
Sat, 22 Jan 2011 03:28:06 +0000 (03:28 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 22 Jan 2011 03:28:06 +0000 (03:28 +0000)
commit2322b3259147894c983ea0bccd9fe82c800df5c2
treea946c06a48d51df90e5ba7444e2a1a3f8bd337f6
parent413c91f4a8c72b783b84d0f66a8a2e2f86b187a5
(trunk) #3901 "Confusing error message when libtool is missing" -- fixed.

autogen.sh invokes autoreconf without checking to see if it fails (as it does if libtool can't be found). In such cases it also invokes a broken doomed version of the configure script, which generates a lot of red herring messages that distract from the real problem encountered by autoreconf.

The fix is to exit autogen.sh if its call to autoreconf fails.
autogen.sh