diff options
author | fluxgen <fluxgen> | 2002-11-15 12:47:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-15 12:47:27 (GMT) |
commit | 475ae35df0815cfee5e74db0c15ce11fb8aad14f (patch) | |
tree | d7201ca38d5a3f3bff38853d92cd0d711db76081 /autogen.sh | |
parent | 2a093751301b4c3e756791a1a174f1940f66a3dc (diff) | |
download | fluxbox_paul-475ae35df0815cfee5e74db0c15ce11fb8aad14f.zip fluxbox_paul-475ae35df0815cfee5e74db0c15ce11fb8aad14f.tar.bz2 |
dont exit
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | libtoolize --copy --force --automake || exit 1 | 2 | libtoolize --copy --force --automake |
3 | rm -f config.cache | 3 | rm -f config.cache |
4 | aclocal | 4 | aclocal |
5 | autoheader | 5 | autoheader |