|
Revision 1274, 223 bytes
(checked in by aet, 5 years ago)
|
|
For crying out loud, hands off. There is a fucking
reason for these files to be removed manually.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | |
|---|
| 3 | set -e |
|---|
| 4 | set -x |
|---|
| 5 | if test -f Makefile; then |
|---|
| 6 | make distclean |
|---|
| 7 | fi |
|---|
| 8 | rm -rf *.cache *.m4 config.guess config.log \ |
|---|
| 9 | config.status config.sub depcomp ltmain.sh |
|---|
| 10 | cat aclocal/*.m4 > acinclude.m4 |
|---|
| 11 | autoreconf --verbose --install |
|---|