physfs/bootstrap

13 lines
240 B
Plaintext
Raw Normal View History

2002-05-10 11:16:38 +02:00
#!/bin/sh
set -e
echo "Initial preparation...this can take awhile, so sit tight..."
aclocal
libtoolize --automake --copy --force
autoheader
automake --foreign --add-missing --copy
autoconf
echo "You are now ready to run ./configure ..."