head 1.10; access; symbols LMTP2NNTP_1_4_1:1.10 LMTP2NNTP_1_4_0:1.10 LMTP2NNTP_1_3_0:1.10 LMTP2NNTP_1_3b2:1.10 LMTP2NNTP_1_3b1:1.10 LMTP2NNTP_1_3a3:1.10 LMTP2NNTP_1_3a2:1.10 LMTP2NNTP_1_3a1:1.10 LMTP2NNTP_1_2_0:1.10 LMTP2NNTP_1_2b4:1.10 LMTP2NNTP_1_2b3:1.10 LMTP2NNTP_1_2b2:1.10 LMTP2NNTP_1_2b1:1.9 LMTP2NNTP_1_2a8:1.9 LMTP2NNTP_1_2a7:1.9 LMTP2NNTP_1_2a6:1.8 LMTP2NNTP_1_2a5:1.8 LMTP2NNTP_1_2a4:1.8 LMTP2NNTP_1_2a3:1.8 SOURCE_RESTRUCTURING_AFTER:1.6 SOURCE_RESTRUCTURING_BEFORE:1.6 LMTP2NNTP_1_2a1:1.6 LMTP2NNTP_1_1_1:1.6 LMTP2NNTP_1_1_0:1.6 LMTP2NNTP_1_1b4:1.6 LMTP2NNTP_1_1b3:1.6 LMTP2NNTP_1_1b2:1.6 LMTP2NNTP_1_1b1:1.6 LMTP2NNTP_1_0_0:1.6 LMTP2NNTP_0_9_7:1.6 LMTP2NNTP_0_9_6:1.6 LMTP2NNTP_0_9_5:1.6 LMTP2NNTP_0_9_4:1.4 LMTP2NNTP_0_9_3:1.4 LMTP2NNTP_0_9_2:1.4 LMTP2NNTP_0_9_1:1.1 LMTP2NNTP_0_9_0:1.1; locks; strict; comment @# @; 1.10 date 2003.02.10.10.13.10; author thl; state Exp; branches; next 1.9; 1.9 date 2003.01.30.19.42.12; author rse; state Exp; branches; next 1.8; 1.8 date 2002.01.27.11.49.49; author thl; state Exp; branches; next 1.7; 1.7 date 2001.12.31.15.15.36; author thl; state Exp; branches; next 1.6; 1.6 date 2001.09.05.09.10.28; author rse; state Exp; branches; next 1.5; 1.5 date 2001.09.04.09.46.06; author rse; state Exp; branches; next 1.4; 1.4 date 2001.08.21.10.16.30; author simons; state Exp; branches; next 1.3; 1.3 date 2001.08.21.10.13.27; author simons; state Exp; branches; next 1.2; 1.2 date 2001.08.21.10.02.15; author simons; state Exp; branches; next 1.1; 1.1 date 2001.08.20.10.45.44; author rse; state Exp; branches; next ; desc @@ 1.10 log @extend copyright messages based on CVS information @ text @dnl ## dnl ## OSSP lmtp2nntp - Mail to News Gateway dnl ## Copyright (c) 2001-2003 Ralf S. Engelschall dnl ## Copyright (c) 2001-2003 The OSSP Project dnl ## Copyright (c) 2001-2003 Cable & Wireless Germany dnl ## dnl ## This file is part of OSSP lmtp2nntp, an LMTP speaking local dnl ## mailer which forwards mails as Usenet news articles via NNTP. dnl ## It can be found at http://www.ossp.org/pkg/tool/lmtp2nntp/. dnl ## dnl ## This program is free software; you can redistribute it and/or dnl ## modify it under the terms of the GNU General Public License dnl ## as published by the Free Software Foundation; either version dnl ## 2.0 of the License, or (at your option) any later version. dnl ## dnl ## This program is distributed in the hope that it will be useful, dnl ## but WITHOUT ANY WARRANTY; without even the implied warranty of dnl ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl ## General Public License for more details. dnl ## dnl ## You should have received a copy of the GNU General Public License dnl ## along with this file; if not, write to the Free Software dnl ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 dnl ## USA, or contact the OSSP project . dnl ## dnl ## aclocal.m4: GNU Autoconf local macros dnl ## dnl ## dnl ## Support for Platform IDs dnl ## dnl ## configure.in: dnl ## AC_PLATFORM() dnl ## AC_DEFUN(AC_PLATFORM,[ if test ".$host" != .NONE && test ".$host" != .; then $1="$host" else $1=`${CONFIG_SHELL-/bin/sh} $srcdir/config.guess` fi $1=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub $$1` || exit 1 AC_SUBST($1) if test ".$enable_subdir" != .yes; then echo "Platform: ${TB}${$1}${TN}" fi ])dnl dnl ## dnl ## Support for Configuration Headers dnl ## dnl ## configure.in: dnl ## AC_HEADLINE(, , dnl ## , , dnl ## ) dnl ## AC_DEFUN(AC_HEADLINE,[dnl AC_DIVERT_PUSH(NOTICE)dnl # configuration header if test ".`echo dummy [$]@@ | grep help`" = .; then # bootstrapping shtool ac_prog=[$]0 changequote(, )dnl ac_srcdir=`echo $ac_prog | sed -e 's%/[^/][^/]*$%%' -e 's%\([^/]\)/*$%\1%'` changequote([, ])dnl test ".$ac_srcdir" = ".$ac_prog" && ac_srcdir=. ac_shtool="$ac_srcdir/shtool" # find out terminal sequences TB=`$ac_shtool echo -n -e %B 2>/dev/null` TN=`$ac_shtool echo -n -e %b 2>/dev/null` # find out package version $3_STR="`$ac_shtool version -l c -d long $ac_srcdir/$4`" AC_SUBST($3_STR) # friendly header ;) echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}" echo "$5" # additionally find out hex version $3_HEX="`$ac_shtool version -l c -d hex $ac_srcdir/$4`" AC_SUBST($3_HEX) fi AC_DIVERT_POP() ])dnl dnl ## dnl ## Check whether compiler option works dnl ## dnl ## configure.in: dnl ## AC_COMPILER_OPTION(, ,