diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5c3472c6e6..9ae9f6dceb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,7 +1,8 @@ dnl $Id$ dnl Helper macros for Tor configure.in dnl Copyright (c) 2001-2004, Roger Dingledine -dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson +dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson +dnl Copyright (c) 2007-2008, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_DEFUN([TOR_EXTEND_CODEPATH], @@ -206,4 +207,4 @@ if test x$tor_cv_$1_declared != xno ; then AC_DEFINE($2, 1, [Defined if the prototype for $1 seems to be present.]) fi -])
\ No newline at end of file +]) |