Is there a way to include external files in configure.in? In the
interest of being modular, of course.
I'm thinking along these lines:
case "${host}" in
*86*-linux-gnu*)
include linux.generic
x86_64-*-linux-gnu)
include linux.generic
include l
Hello!
Ralf Wildenhues wrote:
>
> GNU Autoconf test version 2.59d is now available.
>
> This is a beta release, intended to be largely identical to 2.60,
> to be released very soon, if no unexpected issues turn up. So test it
> now, use it with your code, and report any remaining issues, please
On Wed, Jun 07, 2006 at 01:31:43PM -0700, Theodore Sternberg wrote:
> Is there a way to include external files in configure.in? In the
> interest of being modular, of course.
>
> I'm thinking along these lines:
>
> case "${host}" in
> *86*-linux-gnu*)
> include linux.generic
On Wed, Jun 07, 2006 at 02:54:35PM -0700, Micah J. Cowan wrote:
> On Wed, Jun 07, 2006 at 01:31:43PM -0700, Theodore Sternberg wrote:
> > Is there a way to include external files in configure.in? In the
> > interest of being modular, of course.
> >
> > I'm thinking along these lines:
> >
> > cas
Andreas Büning <[EMAIL PROTECTED]> writes:
> - The code that searches for the best shell (_AS_DETECT_BETTER_SHELL,
> around line 234 in lib/m4sugar/m4sh.m4) doesn't use
> $ac_executable_extensions,
> so for systems which use .exe extensions no shell can be found here.
> Please, correct this
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm trying to generate a custom configure script.
I'd like to omit the usual "--prefix=..." stuff since I only need to
have a couple custom entries.
How do I get my "Configure.in" to omit these entries/macros during
autoconf phase?
- -- Dale