Simplify mkauto.sh to use autoreconf -i, by putting the 'foreign'
[sgt/agedu] / mkauto.sh
index 93670e9..52251d0 100755 (executable)
--- a/mkauto.sh
+++ b/mkauto.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-aclocal && autoconf && autoheader && automake -a --foreign
+autoreconf -i && rm -rf autom4te.cache