head 1.8; access; symbols STR_0_9_12:1.8 LMTP2NNTP_1_4_1:1.8 LMTP2NNTP_1_4_0:1.8 STR_0_9_11:1.8 STR_0_9_10:1.8 LMTP2NNTP_1_3_0:1.7 LMTP2NNTP_1_3b2:1.7 LMTP2NNTP_1_3b1:1.7 LMTP2NNTP_1_3a3:1.7 LMTP2NNTP_1_3a2:1.7 STR_0_9_9:1.7 LMTP2NNTP_1_3a1:1.7 STR_0_9_8:1.7 LMTP2NNTP_1_2_0:1.7 LMTP2NNTP_1_2b4:1.7 LMTP2NNTP_1_2b3:1.7 LMTP2NNTP_1_2b2:1.7 LMTP2NNTP_1_2b1:1.7 LMTP2NNTP_1_2a8:1.7 LMTP2NNTP_1_2a7:1.7 LMTP2NNTP_1_2a6:1.6 LMTP2NNTP_1_2a5:1.6 STR_0_9_7:1.6 LMTP2NNTP_1_2a4:1.5 LMTP2NNTP_1_2a3:1.4 OSSP_RC_SPEC:1.4 LMTP2NNTP_1_2a1:1.4 LMTP2NNTP_1_1_1:1.4 LMTP2NNTP_1_1_0:1.4 LMTP2NNTP_1_1b4:1.4 LMTP2NNTP_1_1b3:1.4 LMTP2NNTP_1_1b2:1.4 LMTP2NNTP_1_1b1:1.4 STR_0_9_6:1.4 STR_0_9_5:1.3 STR_0_9_4:1.2 STR_0_9_3:1.2 STR_0_9_2:1.2 STR_0_9_1:1.2 STR_0_9_0:1.2 str_init:1.1.1.1 str:1.1.1; locks; strict; comment @# @; 1.8 date 2005.01.24.15.30.04; author rse; state Exp; branches; next 1.7; 1.7 date 2003.01.06.19.13.47; author rse; state Exp; branches; next 1.6; 1.6 date 2002.04.01.08.32.54; author rse; state Exp; branches; next 1.5; 1.5 date 2002.03.14.15.49.51; author thl; state Exp; branches; next 1.4; 1.4 date 2001.09.13.13.57.38; author thl; state Exp; branches; next 1.3; 1.3 date 2001.08.16.12.16.51; author rse; state Exp; branches; next 1.2; 1.2 date 99.12.26.14.56.25; author rse; state Exp; branches; next 1.1; 1.1 date 99.11.22.17.29.12; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.22.17.29.12; author rse; state Exp; branches; next ; desc @@ 1.8 log @Add Autoconf detection for va_copy() existence and fallbacks. @ text @ 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 if test ".$enable_headline" != .no; then echo "Platform: ${TB}${$1}${TN}" fi fi ])dnl dnl ## dnl ## Support for Configuration Headers dnl ## dnl ## configure.in: dnl ## AC_HEADLINE(, , dnl ## , , dnl ## ) dnl ## AC_DEFUN(AC_HEADLINE,[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 ;) if test ".$enable_headline" != .no; then echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}" echo "$5" fi # additionally find out hex version $3_HEX="`$ac_shtool version -l c -d hex $ac_srcdir/$4`" AC_SUBST($3_HEX) fi ])dnl dnl ## dnl ## Check whether compiler option works dnl ## dnl ## configure.in: dnl ## AC_COMPILER_OPTION(, ,