11 lines
142 B
Bash
Executable file
11 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
rm -f config.cache
|
|
rm -f acconfig.h
|
|
#touch acconfig.h
|
|
#aclocal -I m4
|
|
aclocal-1.8
|
|
autoconf
|
|
autoheader
|
|
#acconfig
|
|
automake-1.8 -a
|
|
exit
|