diff options
author | fluxgen <fluxgen> | 2003-05-19 22:44:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-19 22:44:51 (GMT) |
commit | 0e9eefef1123a6bc21f89f6e6356351e46e4a3e1 (patch) | |
tree | b11544c922dc22ea5c625c81ed4900fae47ff71c /autogen.sh | |
parent | b17abb05c8a8ce19f18039b8c306c92daa7c9acf (diff) | |
download | fluxbox_paul-0e9eefef1123a6bc21f89f6e6356351e46e4a3e1.zip fluxbox_paul-0e9eefef1123a6bc21f89f6e6356351e46e4a3e1.tar.bz2 |
minor fix
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ dothis() { | |||
11 | fi | 11 | fi |
12 | } | 12 | } |
13 | 13 | ||
14 | dothis libtoolize --copy --force --automake | 14 | libtoolize --copy --force --automake |
15 | dothis rm -f config.cache | 15 | rm -f config.cache |
16 | dothis aclocal -I . | 16 | dothis aclocal -I . |
17 | dothis autoheader | 17 | dothis autoheader |
18 | dothis automake -a | 18 | dothis automake -a |