diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-22 22:22:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-22 22:22:29 +0000 |
commit | e3fc0d5e783827a234481f86d75520cc00a2f484 (patch) | |
tree | b492a83d4ea669a0da47e86bd2eb85a608ca6266 | |
parent | 33f42aacca75413764997cc9cf2d9762055fdc2d (diff) |
refer bug reports to the mailing lists, not the old email alias
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f09705ba..2dfbc7273 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) dnl We don't know the version number "staticly" so we use a dash here -AC_INIT(curl, [-], [curl-bug@haxx.se]) +AC_INIT(curl, [-], [a suitable curl mailing list => http://curl.haxx.se/mail/]) dnl configure script copyright AC_COPYRIGHT([Copyright (c) 1998 - 2004 Daniel Stenberg, <daniel@haxx.se> |