diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-01-31 12:42:13 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-01-31 12:42:13 +0800 |
commit | 118cd8871b14a764a58e8969998b6f2dbd8302c1 (patch) | |
tree | 25838d8305aebc24aed6613794fb8f5a7723f7a2 /autogen.sh | |
parent | ed277cf0d97288924300815f3e2afd59e8ee044a (diff) | |
download | aptitude-118cd8871b14a764a58e8969998b6f2dbd8302c1.tar.gz |
Silence automake warnings about GNU extensions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ echo "This is a dummy autogenerated file to make automake happy; please ignore i touch po/POTFILES.in && aclocal-1.11 -I m4 && autoheader && -automake-1.11 --add-missing && +automake-1.11 --add-missing -Wno-portability && aclocal-1.11 -I m4 && autoconf && autoheader |