#!/bin/sh MISSING="NEWS README AUTHORS ChangeLog config.rpath" for i in $MISSING do touch $i done autoreconf -vi