diff options
author | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2005-04-10 12:11:49 +0000 |
---|---|---|
committer | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2005-04-10 12:11:49 +0000 |
commit | 7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4 (patch) | |
tree | 22d584cba391e68058c6a182fad94c8b87b99339 /autogen.sh | |
parent | 74c3b49c1242ef7449fe17198270e1b99b9289e2 (diff) | |
download | mana-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.gz mana-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.bz2 mana-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.xz mana-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.zip |
Added inventory transparency
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 |