diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-11-30 02:31:07 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-11-30 02:31:07 +0000 |
commit | 380ed8bebf4aa3bc605077c8cf5350986ae031a5 (patch) | |
tree | 9acfbd33b26a4c31c44ec8231192c523778659a8 | |
parent | 98e897885755a7789aea2c58201ca347e573aace (diff) |
Upped copyright year
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d6871b9e3..26d938046 100644 --- a/configure.ac +++ b/configure.ac @@ -24,11 +24,11 @@ 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 +dnl We don't know the version number "statically" so we use a dash here AC_INIT(curl, [-], [a suitable curl mailing list => http://curl.haxx.se/mail/]) dnl configure script copyright -AC_COPYRIGHT([Copyright (c) 1998 - 2006 Daniel Stenberg, <daniel@haxx.se> +AC_COPYRIGHT([Copyright (c) 1998 - 2007 Daniel Stenberg, <daniel@haxx.se> This configure script may be copied, distributed and modified under the terms of the curl license; see COPYING for more details]) @@ -1801,7 +1801,7 @@ if test x$cross_compiling != xyes; then ) fi else - dnl and for crosscompilings + dnl and for crosscompiling AC_CHECK_FUNCS(gmtime_r) fi |