| version 1.1, 2000/11/23 11:51:35 | version 1.2, 2000/12/04 13:17:58 | ||
|---|---|---|---|
|
|
||
| #! /bin/sh | #! /bin/sh | ||
| set -x | set -x | ||
| rm -f config.cache | rm -f config.cache | ||
| aclocal | |||
| libtoolize --force --copy | aclocal \ | ||
| autoheader | && libtoolize --force --copy \ | ||
| automake --gnu --add-missing --copy | && autoheader \ | ||
| autoconf | && automake --gnu --add-missing --copy \ | ||
| && autoconf | |||
| ||||||||