2002-02-11 12:08:37 +00:00
|
|
|
#!/bin/sh
|
2002-03-02 11:59:07 +00:00
|
|
|
libtoolize --copy --force --automake || exit 1
|
2002-02-11 12:08:37 +00:00
|
|
|
rm -f config.cache
|
|
|
|
aclocal
|
2002-03-02 11:59:07 +00:00
|
|
|
autoheader
|
2002-08-12 12:33:58 +00:00
|
|
|
automake -a
|
2002-02-11 12:08:37 +00:00
|
|
|
autoconf
|
2002-03-02 11:59:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
|