diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-18 18:15:40 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-18 18:15:40 +0000 |
commit | ae9ce9f015dd6b94a3c859b2f5731827cb9f789d (patch) | |
tree | 3feeca27e2cb3ef07bd1f42529b5c94a30d9b27c | |
parent | 13cb622c2964bfed68fcabd91af7a1b6d629b22d (diff) |
Correct comment in autogen.sh
-rw-r--r-- | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 37db6a182..79a566fbe 100644 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ if test -n "$AUTOMAKE"; then : # don't override an explicit user request elif automake-1.9 --version >/dev/null 2>/dev/null && \ aclocal-1.9 --version >/dev/null 2>/dev/null; then - # If we have automake-1.8, use it. This helps to ensure that our build + # If we have automake-1.9, use it. This helps to ensure that our build # system doesn't accidentally grow automake-1.10 dependencies. AUTOMAKE=automake-1.9 export AUTOMAKE |