blob: 11f41a9a853def00edf13fc9f945244d017258a5 [file] [log] [blame]
Marc Slemkob09f5882006-08-23 22:03:34 +00001#!/bin/sh
2
3rm -rf \
4AUTHORS \
5COPYING \
6ChangeLog \
7INSTALL \
8Makefile \
9Makefile.in \
10Makefile.orig \
11NEWS \
12README \
13aclocal.m4 \
14autom4te.cache \
15autoscan.log \
16config.guess \
17config.h \
18config.hin \
19config.log \
20config.status \
21config.sub \
22configure \
23configure.scan \
24depcomp \
25.deps \
26install-sh \
27.libs \
28libtool \
29ltmain.sh \
30Makefile.in \
31missing
32
33aclocal
34touch NEWS README AUTHORS ChangeLog
35autoconf
36automake -ac