mirror of
https://github.com/curl/curl.git
synced 2026-05-05 13:57:28 +03:00
Upped copyright year
This commit is contained in:
parent
98e8978857
commit
380ed8bebf
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue