Author: bdonlan
Date: 2004-10-11 20:31:01 -0400 (Mon, 11 Oct 2004)
New Revision: 392
Modified:
trunk/clients/wxhaver/bootstrap
Log:
Silence deprecation warning on Gentoo
Modified: trunk/clients/wxhaver/bootstrap
===================================================================
--- trunk/clients/wxhaver/bootstrap 2004-10-12 00:29:25 UTC (rev 391)
+++ trunk/clients/wxhaver/bootstrap 2004-10-12 00:31:01 UTC (rev 392)
@@ -6,7 +6,7 @@
echo "Checking version of autotools"
(for file in autoconf automake aclocal autoheader; do
- $file --version | head -1 | sed 's/(.\+)//'
+ $file --version | head -n -1 | sed 's/(.\+)//'
done) | awk '
/autoconf|autoheader/ {
if ($2 != "2.59") {