Re: Soft link to installed binary

2011-10-10 Thread Nicolai Stange
Hi Amjad, amjad syed writes: > ln -sf does not allow me to do that in Makefile,am Maybe you want to post your Makefile.am? > How can i do this in Makefile.am?? You might want to define the `magic' target install-exec-hook. Have a look in the automake info manual on that hook (node `Extending').

RE: Fortran and AC_DEFINE's

2011-08-01 Thread Nicolai Stange
> Our simple solution to this problem is to use sed to convert config.h > to a config.fh. And what do you think in general about having language (especially Fortran) specific AC_DEFINE's like AC_DEFINE_FORTRAN? Do you see any value in having separate, language specific sets of preprocessor defin

Fortran and AC_DEFINE's

2011-07-30 Thread Nicolai Stange
Howdy everybody, we recognized here, that there are two problems with passing all the AC_DEFINE's to (preprocessed) Fortran compilation (through $DEFS or through a header file): 1.) If passed through $(DEFS): Some compilers (at least IBM xlf* on AIX) won't accept '-D' and bail out with an error. S