autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: defining configure options...


From: Eric Blake
Subject: Re: defining configure options...
Date: Wed, 27 Sep 2006 21:56:14 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Ben Bergen on 9/27/2006 9:40 PM:
> Does anyone know if it's possbile to define a configure option like
> --cell-prefix="..." instead of --with or --enable?

Possible?  Perhaps.  Recommended?  No.  It is a deliberate design decision
of the GNU Coding Standards that all configuration tweaks are done with
- --with- and --enable-, and that configure will ignore unknown options with
these prefixes, so that you can package several projects into a larger
configure with options for the subprojects set the same way.  As a result,
autoconf makes these two families of options easy to support, but does not
really provide hooks for arbitrary other options.  This topic has come up
on the list before, so searching the archives may shed some more light on
this topic.

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFG0fe84KuGfSFAYARAnaGAJ9lDtAYZWIfZIM+pgZXWoBTfzUeXwCgvYA+
TUaM9J949lIRshsaeZRlx7c=
=K6JE
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]