fluxbox/autogen.sh
2002-08-12 12:33:58 +00:00

10 lines
119 B
Bash
Executable file

#!/bin/sh
libtoolize --copy --force --automake || exit 1
rm -f config.cache
aclocal
autoheader
automake -a
autoconf