summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-18 18:15:40 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-18 18:15:40 +0000
commitae9ce9f015dd6b94a3c859b2f5731827cb9f789d (patch)
tree3feeca27e2cb3ef07bd1f42529b5c94a30d9b27c /autogen.sh
parent13cb622c2964bfed68fcabd91af7a1b6d629b22d (diff)
downloadtelepathy-glib-ae9ce9f015dd6b94a3c859b2f5731827cb9f789d.tar.gz
Correct comment in autogen.sh
20080718181540-53eee-e195c5a4ca730aeaf347f3bebdbe1e99a8a108d5.gz
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh2
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