2001-02-20 03:10:06 +00:00
|
|
|
#!/bin/sh
|
2001-05-17 16:30:44 +00:00
|
|
|
|
2001-03-29 09:07:44 +00:00
|
|
|
aclocal && autoheader && libtoolize --automake && automake --add-missing && autoconf
|
2001-06-08 22:52:50 +00:00
|
|
|
echo "If you see a couple warnings about cross-compiling above, don't worry"
|
|
|
|
|