1#!/bin/sh
2
3set -x
4
5touch aclocal.m4
6find . -name 'Makefile.in' -print -exec touch '{}' ';'
7touch configure
8