2007-12-30 16:41:49 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
rm -f config.cache
|
|
|
|
rm -f acconfig.cache
|
|
|
|
|
2007-12-31 16:12:09 +00:00
|
|
|
autoreconf --no-recursive $@
|
|
|
|
#aclocal
|
|
|
|
#autoconf
|
2007-12-30 16:41:49 +00:00
|
|
|
#acconfig
|
2007-12-31 16:12:09 +00:00
|
|
|
#autoheader
|
|
|
|
#automake -a
|
2007-12-30 16:41:49 +00:00
|
|
|
|