Hello,

On Wed, Jan 04, 2006 at 01:07:50AM -0600, Matt Hull wrote:
> SUBDIRS = src cli-fe @GTK@

use Automake conditionals:

SUBDIRS = src cli-fe
if WITH_GTK
  SUBDIRS += gtk
endif

See the Automake manual for details.

Have a nice day,
        Stepan


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to