#!/bin/sh # # FILE: gccversion # USAGE: gccversion # PURPOSE: prints to stdout the gcc version type # AUTHOR: hannes # CREATED: May 2003 # ##################################################### if test "x$CC" = x then CC=gcc fi cat >tmp.c <