| 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_srcd
| In a little test I use three versions of AC_DEFINE_UNQUOTED:
|
|AC_DEFINE_UNQUOTED($ac_tr_decl, 1, [yadayada])
This is midly discouraged in the doc.
|AC_DEFINE_UNQUOTED(foobar1, 1, [yadayada])
|AC_DEFINE_UNQUOTED(foobar2, $ac_tr_decl, [yadayada])
|
|
| in the first case the va
The following message had attachment(s) which contained the viruses:
>From : [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject : Questionnaire
Date : Wed, 05 Jun 2002 06:57:28 -0400
Message-ID:
AttachmentVirus name Action taken
---
--- Paul Eggert <[EMAIL PROTECTED]> wrote:
> > From: Alexander Konovalenko <[EMAIL PROTECTED]>
> > Date: Fri, 31 May 2002 06:04:50 -0700 (PDT)
> >
> > I have a C++ program using autoconf and automake, and I
> > would like to generate a config.h that will include my
> > package meta-info as const
> * In message <[EMAIL PROTECTED]>
> * On the subject of "Re: cache directory is not removed"
> * Sent on 05 Jun 2002 09:08:46 +0200
> * Honorable Akim Demaille <[EMAIL PROTECTED]> writes:
>
> > "Sam" == Sam Steingold <[EMAIL PROTECTED]> writes:
>
> Sam> when I run autoconf the usual way, it
Also sprach Sam Steingold:
} > * In message <[EMAIL PROTECTED]>
} > * On the subject of "Re: cache directory is not removed"
} > * Sent on 05 Jun 2002 09:08:46 +0200
} > * Honorable Akim Demaille <[EMAIL PROTECTED]> writes:
} >
} > > "Sam" == Sam Steingold <[EMAIL PROTECTED]> writes:
} >
} >
Akim Demaille wrote:
> | In a little test I use three versions of AC_DEFINE_UNQUOTED:
> |
> |AC_DEFINE_UNQUOTED($ac_tr_decl, 1, [yadayada])
>
> This is midly discouraged in the doc.
not in the docs I read. Please show me where it is discouraged in:
http://www.gnu.org/manual/autoconf/html_m
Paul Eggert <[EMAIL PROTECTED]> writes:
>
> That problem was fixed long ago in Autoconf,
There's still an "ln -s || ln" in _AC_OUTPUT_LINKS I think.
I guess AC_CONFIG_LINKS is defined to create links, but where that's
not possible it might be good enough to just do a copy.
Bill Wendling wrote:
> I concur. It is an annoyance. Having a flag (--remove-cache) as mentioned
> above would be very nice. Having the cache directory is fine, but keeping
> them there is a pain...
I would go further and suggest that perhaps this should be the default
behavior...probably the va
Title: survey
ADVERTISEMENT
[EMAIL PROTECTED]
10 matches
Mail list logo