l3afpad/autogen.sh

7 lines
121 B
Bash
Raw Normal View History

2011-12-12 14:29:30 +01:00
#!/bin/sh
aclocal
autoheader
automake --gnu --add-missing --copy
autoconf
2011-12-12 14:33:02 +01:00
[ -d autom4te.cache ] && rm -fr autom4te.cache