diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-26 11:43:54 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-26 11:44:01 -0400 |
commit | 97862d111887e7295c2074f78b629fae10c19dd0 (patch) | |
tree | ce111b30777a4f40fb107c4c6ef853414dc3c438 | |
parent | 0aef2f056ac53c114890e6e96e8f31f87406ac12 (diff) |
autogent: request automake 1.13 for gentoo
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 98fec16244..bb4e797fcd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,6 @@ #!/bin/sh +export WANT_AUTOMAKE=1.13 autoreconf -f -i cd man |