Index: ossp-pkg/lmtp2nntp/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Makefile.in,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/08/20 10:33:22 1.2 +++ Makefile.in 2001/08/20 10:45:44 1.3 @@ -1,8 +1,6 @@ @SET_MAKE@ -ROOT = /cw - DESTDIR = prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -12,10 +10,9 @@ mandir = @mandir@ CC = @CC@ -CFLAGS = @CFLAGS@ $(WFLAGS) `$(ROOT)/bin/str-config --cflags` -WFLAGS = -pedantic-errors -Wall -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -LDFLAGS = @LDFLAGS@ `$(ROOT)/bin/str-config --ldflags` -LIBS = @LIBS@ `$(ROOT)/bin/str-config --libs` +CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ SHTOOL = ./shtool POD2MAN = pod2man Index: ossp-pkg/lmtp2nntp/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/aclocal.m4,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/lmtp2nntp/aclocal.m4,v' | diff -u /dev/null - -L'ossp-pkg/lmtp2nntp/aclocal.m4' 2>/dev/null --- ossp-pkg/lmtp2nntp/aclocal.m4 +++ - 2024-05-05 07:00:23.106980591 +0200 @@ -0,0 +1,284 @@ + +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(, ,