2003-11-08 07:44:30 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2003-11-11 09:19:09 -05:00
|
|
|
./autoclean.sh
|
2003-11-08 07:44:30 -05:00
|
|
|
|
|
|
|
aclocal -I .
|
2003-11-11 09:19:09 -05:00
|
|
|
autoconf
|
|
|
|
|
2003-11-08 07:44:30 -05:00
|
|
|
libtoolize --copy --automake --ltdl
|
2003-11-11 09:19:09 -05:00
|
|
|
#autoheader
|
|
|
|
#touch ltconfig
|
2003-11-08 07:44:30 -05:00
|
|
|
automake --copy --add-missing
|