diff options
author | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2005-03-13 08:35:35 +0000 |
---|---|---|
committer | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2005-03-13 08:35:35 +0000 |
commit | a03175439e5abaae8603a85be0db173daa543f6b (patch) | |
tree | 64fb8872de532122a1bf4b493d5a4153bb031a46 /autogen.sh | |
parent | ab9debf3fa91f3b36c6739f4affbdc187e78113d (diff) | |
download | mana-a03175439e5abaae8603a85be0db173daa543f6b.tar.gz mana-a03175439e5abaae8603a85be0db173daa543f6b.tar.bz2 mana-a03175439e5abaae8603a85be0db173daa543f6b.tar.xz mana-a03175439e5abaae8603a85be0db173daa543f6b.zip |
Chat widgets on the top of Window, so it's movable and nicer
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ echo "Generating build information using aclocal, autoheader, automake and autoc echo # Regerate configuration files -aclocal +aclocal-1.7 autoheader -automake --gnu --add-missing --copy +automake-1.7 --gnu --add-missing --copy autoconf echo |