Absoft Define quotes problem

2002-06-04 Thread Enrico Ng
I am new to AutoConf and am running into a problem with absoft. Autoconf (or Automake) adds in defs like -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" The problem is that it uses the \" instead of just a " or no quote. Absoft seems to have a problem with these because when

cache directory is not removed

2002-06-04 Thread Sam Steingold
when I run autoconf the usual way, it runs "autom4te" which creates cache directory "autom4te-2.53.cache" and does not remove it at the end. I think that this directory should be deleted before `autom4te' terminates. $ autoconf --version autoconf (GNU Autoconf) 2.53 Written by David J. MacKenzie

autotools with Fortran

2002-06-04 Thread Kate Hedstrom
My organization has a biweekly newsletter. I'm doing a series of short articles for it, the first two of which are on make and Fortran makemake, available at http://www.arsc.edu. The next two will be on autotools for Fortran. A preliminary version of them is at: http://www.arsc.edu/~kate/autoconf

Re: Cross-compiler setup with autoconf and M$ CL

2002-06-04 Thread Keve Müller
Hi! Thanks for the _fast_ help. With your pointers I've tracked down the problem to the following. CC=cl ./configure --host=windows32 fails, because config.guess tries to canonicalize the _build_ environment by compiling a small code that includes which is unavailable with the M$ compiler.

Re: Cross-compiler setup with autoconf and M$ CL

2002-06-04 Thread Earnie Boyd
Have you ever review MinGW and MSYS? See: http://www.mingw.org/ for more information. Earnie. Keve Müller wrote: > > Hi! > > Thanks for the _fast_ help. > With your pointers I've tracked down the problem to the following. > > CC=cl ./configure --host=windows32 > > fails, because config.gues

Re: autoheader

2002-06-04 Thread Stefan Seefeld
Paul Eggert wrote: >>AH_TOP ([ >> > > Your problem is caused by that space after "AH_TOP". a space ! That's rediculous ! Reminds me why I don't like macro languages. Oh well... Thanks for your help ! Stefan

PACKAGE_FOO variables

2002-06-04 Thread Stefan Seefeld
hi there, I'v got another question / bug report: I'm using the AC_INIT() macro with three arguments, which (even though it is not documented, as I wrote in an earlier post) generates a set of variables PACKAGE_SOMETHING that get automatically inserted into my config header. That's a big problem,

Re: Absoft Define quotes problem

2002-06-04 Thread Paul Eggert
> From: Enrico Ng <[EMAIL PROTECTED]> > Date: Tue, 04 Jun 2002 14:45:44 -0500 > > like -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > > The problem is that it uses the \" instead of just a " or no quote. > > Absoft seems to have a problem with these because when I try to c

problem with AC_CONFIG_FILES

2002-06-04 Thread Stefan Seefeld
hi there, here is yet another problem: my configure.ac file contains a line like AC_CONFIG_FILES([bin/Prague-config:config/Prague-config.in], [chmod +x bin/Prague-config]) meaning that I want to generate a file $top_builddir/bin/Prague-config from $top_srcdir/config/Prague-con

AC_DEFINE_UNQUOTED bug

2002-06-04 Thread Stefan Seefeld
and finally... In a little test I use three versions of AC_DEFINE_UNQUOTED: AC_DEFINE_UNQUOTED($ac_tr_decl, 1, [yadayada]) AC_DEFINE_UNQUOTED(foobar1, 1, [yadayada]) AC_DEFINE_UNQUOTED(foobar2, $ac_tr_decl, [yadayada]) in the first case the variable name itself is a variable, in the s

[±¤°í]¹«·á´Ù¿î ¹ÞÀ¸¼¼¿ä!

2002-06-04 Thread ¶ó¹Ì
Title: ±ÍÇÏÀÇ ¸ÞÀÏÁÖ¼Ò´Â À¥¼­ÇÎÁß   ±ÍÇÏÀÇ ¸ÞÀÏÁÖ¼Ò´Â À¥¼­ÇÎÁß, http://www..com/       ¿¡¼­ ¾Ë°Ô µÈ°ÍÀ̸ç, E-Mail ÁÖ¼Ò ¿Ü¿¡, ´Ù¸¥ Á¤º¸´Â °®°í ÀÖÁö ¾Ê½À´Ï´Ù.    ¿øÄ¡ ¾ÊÀ¸¸é  ¾Æ·¡ [¼ö½Å°ÅºÎ]¸¦ ´­·

Re: PACKAGE_FOO variables

2002-06-04 Thread Guido Draheim
Es schrieb Stefan Seefeld: > > hi there, > I'v got another question / bug report: > > I'm using the AC_INIT() macro with three > arguments, which (even though it is not documented, > as I wrote in an earlier post) generates a set of > variables PACKAGE_SOMETHING that get automatically > inserted

Re: cache directory is not removed

2002-06-04 Thread Akim Demaille
> "Sam" == Sam Steingold <[EMAIL PROTECTED]> writes: Sam> when I run autoconf the usual way, it runs "autom4te" which Sam> creates cache directory "autom4te-2.53.cache" and does not remove Sam> it at the end. I think that this directory should be deleted Sam> before `autom4te' terminates. N