diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-11-15 13:30:43 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-11-15 13:30:43 -0500 |
commit | b8cfc42881e7045a6c93fcd5b64b14cefa8d6c5c (patch) | |
tree | 64fcbe7c13fcfe08c21e98273adda4317e6f3aae | |
parent | 955ceeb74e64670a451f86fa04cb6bd9e563b427 (diff) | |
download | dimension-b8cfc42881e7045a6c93fcd5b64b14cefa8d6c5c.tar.xz |
Pass -q to libtoolize in autogen.sh.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ aclocal && autoconf && -libtoolize --force --copy && +libtoolize -q --force --copy && automake --add-missing --copy && echo You may now run ./configure |