Re: Best way of dealing with program-generated files?

2000-05-30 Thread Ruslan Shevchenko
Diego Sevilla Ruiz wrote: > > Hi all: > > I am planning to write a series of macros/utilities for > dealing with ORB generated files. Each ORB generates a set of > different files from an IDL file. I would like to integrate > automatically the dependencies. The problem is that I cannot > aut

macroses

2000-07-07 Thread Ruslan Shevchenko
acros. 3. The first macro from this set is attached. dnl@synonips RSSH_CHECK_SUNPROC_C([ACTION-IF-YES],[ACTION-IF-NOT]) dnl check : are we using SUN workshop C compiler. dnl Corresponding cache value: rssh_cv_check_sunpro_c is set to yes or no. dnl dnl@author Ruslan Shevchenko <[EMAIL PROTECTED

Re: macroses

2000-07-10 Thread Ruslan Shevchenko
it should probably first > live it's life on . > > Just a few comments. > > | @synonips RSSH_CHECK_SUNPROC_C([ACTION-IF-YES],[ACTION-IF-NOT]) > | dnl check : are we using SUN workshop C compiler. > | dnl Corresponding cache value: rssh_cv_check_sunpro_c is set to yes or no. >

Re: macroses

2000-07-11 Thread Ruslan Shevchenko
([ACTION-IF-YES], [ACTION-IF-NOT]) # -- # check : are we using SUN workshop C compiler. # Corresponding cache value: rssh_cv_check_sunpro_c is set to yes or no # #@author Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998, 2000 #@versi

Re: macroses

2000-07-12 Thread Ruslan Shevchenko
C_C([ACTION-IF-YES], [ACTION-IF-NOT]) # -- # check : are we using SUN workshop C compiler. # Corresponding cache value: rssh_cv_check_sunpro_c is set to yes or no # #@author Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998, 2000 #@version $Id: RSSH

Re: sample configure.in for ACE toolkit

2000-08-01 Thread Ruslan Shevchenko
ation of parameters of ORACLE installation dnl (C) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998 dnl $Id: aclocal.m4,v 1.13 2000/07/06 15:55:00 jos Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl dnl AC_DEFUN(RSSH_CHECK_ORACLE,[ AC_CHECKING(for Oracle) echo OR

submission: RSSH_CHECK_SUN_CC

2000-08-03 Thread Ruslan Shevchenko
# RSSH_CHECK_SUNPROC_CC([ACTION-IF-YES], [ACTION-IF-NOT]) # -- # check : are we using SUN workshop C++ compiler. # Corresponding cache value: rssh_cv_check_sunpro_cc is set to yes or no # #@author Ruslan Shevchenko <[EMAIL PROTECTED]>

submission: RSSH_CHECK_PTHREADS

2000-08-03 Thread Ruslan Shevchenko
) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998 #@id $Id: RSSH_CHECK_PTHREADS.m4,v 1.3 2000/08/03 18:34:37 rssh Exp $ # AC_DEFUN(RSSH_CHECK_PTHREADS,[ AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl AC_REQUIRE([RSSH_CHECK_SUNPRO_C])dnl AC_REQUIRE([RSSH_CHECK_SUNPRO_CC])dnl AC_MSG_CHECKING(parameters for

submission: RSSH_ENABLE_PTHREADS

2000-08-03 Thread Ruslan Shevchenko
dnl@synopsis RSSH_ENABLE_PTHREADS dnl dnl modify CFLAGS, CXXFLAGS and LIBS for compiling pthread-based programs. dnl dnl@author (C) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998, 2000 dnl@id $Id: RSSH_ENABLE_PTHREADS.m4,v 1.4 2000/07/12 08:48:30 rssh Exp $ dnl dnl AC

submission: RSSH_CHECK_JTC

2000-08-03 Thread Ruslan Shevchenko
dnl set of additional configure scripts. dnl (C) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998, 2000 dnl $Id: RSSH_CHECK_JTC.m4,v 1.14 2000/07/19 10:19:14 rssh Exp $ dnl dnl dnl AC_DEFUN(RSSH_CHECK_JTC,[ AC_ARG_WI

submission: RSSH_CHECK_ORBACUS.m4

2000-08-03 Thread Ruslan Shevchenko
dnl autoconf macroses for detecting ORBacus (http://www.ooc.com) dnl (C) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998 dnl $Id: RSSH_CHECK_ORBACUS.m4,v 1.17 2000/07/07 16:09:48 rssh Exp $ dnl AC_DEFUN(RSSH_CHECK_ORBACUS,[ AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_CXX])dnl AC_R

CORBA support: docs submission

2000-08-03 Thread Ruslan Shevchenko
The following docs for CORBA support must be published in archive near my CORBA support macroses. [I will be happy, If anybody will review this, and may be correct my ugly English] CORBA-autoconf.tex CORBA-autoconf.pdf

submission: RSSH_CHECK_OMNIORB

2000-08-04 Thread Ruslan Shevchenko
dnl@synposis RSSH_CHECK_CORBA_ORB dnl dnl set CORBA support for omniORB v3-pr2 or highter dnl( http://www.uk.research.att.com/omniORB/omniORB.html) dnl dnl@author (C) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1999, 2000 dnl@id $Id: RSSH_CHECK_OMNIORB.m4,v 1.7 2000/08/05 01:07:58 rs

submission: idl_depend

2000-08-05 Thread Ruslan Shevchenko
1. I think it's also must be somewhere near my CORBA macroses. (hmm, may be really create separate page for autoconf CORBA support ?). #!/bin/sh # # idl_depend. # Tool for generating dependences from idl # (C) Ruslan Shevchenko <[EMAIL PROTECTED]>, 1998 # $Id: idl_depend,v 1.1 2000/

Re: portability of sed's \{0,1\}?

2000-08-13 Thread Ruslan Shevchenko
Paul Eggert wrote: >From: Jim Meyering <[EMAIL PROTECTED]> >Date: 12 Aug 2000 09:47:59 +0200 > >Thanks, but if no one can point to an actual system for which >sed's \{m,n\} doesn't work, I'm going to document it as portable. > > The sed FAQ, version 014

Re: submission: idl_depend

2000-08-15 Thread Ruslan Shevchenko
Alex Hornby wrote: > > Diego Sevilla Ruiz ([EMAIL PROTECTED]) writes: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi all: > > > > Sorry for my ignorance... but what is depcomp? I've downloaded the latest >autoconf > > release and I don't find it. I can't find it in t

Re: submission: idl_depend

2000-08-16 Thread Ruslan Shevchenko
Alex Hornby wrote: > > Ruslan Shevchenko writes: > > Are exists some documentation online ? > > How it determinate the name and number of generated source files ? > > > > It takes them as environment variables. For example here is one of my > my TAO rules.

[Fwd: Announce: corbaconf-1.0.1 is out]

2000-08-31 Thread Ruslan Shevchenko
corbaconf is a autoconf based package, which support building multiplatform CORBA applications. 1.0.1 version is released today and aviable via http://corbaconf.kiev.ua Regards.

Re: [Autoconf] Macro to test for pthreads?

2000-09-19 Thread Ruslan Shevchenko
Bob Friesenhahn wrote: > > Does anyone have a tried and proven macro they can point me to that > updates LIBS, CPPFLAGS, and CFLAGS values to support POSIX threads > across platforms? The macro in the Autoconf macro repository > (ACX_PTHREAD) is not proving useful due to not working on common >

Re: autoconf, sendmail, and pthreads

2000-12-21 Thread Ruslan Shevchenko
Bob Friesenhahn wrote: > > On Thu, 21 Dec 2000 [EMAIL PROTECTED] wrote: > > > >-pthread -- is for gcc > > Support for -pthread in gcc is non-standard. It is not supported by > the standard GNU compiler (e.g. 2.95.2) when configured and compiled > from distributed sources. > 1. For Sun So

Re: Generating autoconf tests -- Please try it out :-)

2001-11-10 Thread Ruslan Shevchenko
Bruce Korb wrote: > > http://Autogen.SourceForge.Net/data/conftest.html Is generation of C++ tests can be added ? -- Ruslan Shevchenko GradSoft: Chief Software Architect http://www.gradsoft.com.ua/eng/

Re: FAQ? C++-based AC_CHECK_LIB?

2002-03-29 Thread Ruslan Shevchenko
Don't know FAQ, but you can look at YAD_CHECK_INCLUDE_LIB from corbaconf distribution (http://www.corbaconf.kiev.ua), which check for C++ symbol in some library. -- Ruslan Shevchenko. Grad-Soft Ltd, Kiev, Ukraine Director. http://www.gradsoft.kiev.ua e-mail:[EMAIL PROTECTED]