blob: df392e7c38f5a97ced8105d44fb3c1a4d715881b [file] [log] [blame]
Marc Slemko9f0ba252006-07-21 03:53:13 +00001#!/bin/sh
Marc Slemko9d4a3e22006-07-21 19:53:48 +00002
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.hin \
20config.log \
21config.status \
22config.sub \
23configure \
24configure.scan \
25depcomp \
26install-sh \
27libtool \
28ltmain.sh \
29missing \
30stamp-h1
31
32
Marc Slemko9f0ba252006-07-21 03:53:13 +000033autoscan
34autoheader
35aclocal
36libtoolize --force
37touch NEWS README AUTHORS ChangeLog
38autoconf
39automake -ac