#! /bin/sh # $Id: LTsysinfo,v 1.2 2001/09/26 21:50:48 amai Exp $ # Print some information about system and the installed auto* tools echo "Running on:" uname -mrsv echo "Using:" autoconf --version | head -1 automake --version | head -1 libtool --version | head -1