2010-11-24 19:31:12 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# You need autoconf 2.5x, preferably 2.57 or later
|
|
|
|
# You need automake 1.7 or later. 1.6 might work.
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
aclocal
|
|
|
|
autoheader
|
2011-06-25 04:43:37 +10:00
|
|
|
automake --add-missing --copy
|
2010-11-24 19:31:12 -05:00
|
|
|
autoconf
|
|
|
|
|