fluxbox/autogen.sh

11 lines
116 B
Bash
Raw Normal View History

2002-02-11 12:08:37 +00:00
#!/bin/sh
2002-03-02 11:59:07 +00:00
libtoolize --copy --force --automake || exit 1
2002-02-11 12:08:37 +00:00
rm -f config.cache
aclocal
2002-03-02 11:59:07 +00:00
autoheader
automake
2002-02-11 12:08:37 +00:00
autoconf
2002-03-02 11:59:07 +00:00