diff options
author | fluxgen <fluxgen> | 2002-12-08 13:04:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-12-08 13:04:21 (GMT) |
commit | e237bf8c7ec2c2c468a9d0b905051bdf4122fedb (patch) | |
tree | ca4301cccc897ed609da979033b6062ae5cfdebf /autogen.sh | |
parent | 1d4933a654d120707de1121a06e2927e1870934b (diff) | |
download | fluxbox_lack-e237bf8c7ec2c2c468a9d0b905051bdf4122fedb.zip fluxbox_lack-e237bf8c7ec2c2c468a9d0b905051bdf4122fedb.tar.bz2 |
minor aclocal fix
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | libtoolize --copy --force --automake | 2 | libtoolize --copy --force --automake |
3 | rm -f config.cache | 3 | rm -f config.cache |
4 | aclocal | 4 | aclocal -I . |
5 | autoheader | 5 | autoheader |
6 | automake -a | 6 | automake -a |
7 | autoconf | 7 | autoconf |