37e63909c0
which included commits to RCS files with non-trunk default branches.
12 lines
151 B
Bash
Executable File
12 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
rm -f config.cache
|
|
echo "- aclocal."
|
|
aclocal
|
|
echo "- autoconf."
|
|
autoconf
|
|
echo "- autoheader."
|
|
autoheader
|
|
echo "- automake."
|
|
automake -a
|
|
exit
|