diff options
author | fluxgen <fluxgen> | 2002-03-02 11:59:07 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-03-02 11:59:07 (GMT) |
commit | 6d282002e55849d2799de4c11ea31460c77eb47c (patch) | |
tree | a89e49ea14cbb231a3bcaba676d52710baca592c /autogen.sh | |
parent | d4374f5d25bdd94ad037b178a82a6f4ac2d48556 (diff) | |
download | fluxbox_lack-6d282002e55849d2799de4c11ea31460c77eb47c.zip fluxbox_lack-6d282002e55849d2799de4c11ea31460c77eb47c.tar.bz2 |
update
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | libtoolize --copy --force --automake || exit 1 | ||
2 | rm -f config.cache | 3 | rm -f config.cache |
3 | automake | ||
4 | autoheader | ||
5 | aclocal | 4 | aclocal |
5 | autoheader | ||
6 | automake | ||
6 | autoconf | 7 | autoconf |
8 | |||
9 | |||
10 | |||