autoconf
[Top][All Lists]
Advanced

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

Re: managing subdirectories


From: Kai Ludwig
Subject: Re: managing subdirectories
Date: Thu, 9 Oct 2003 09:57:48 +0200
User-agent: KMail/1.4.3

Am Mittwoch, 8. Oktober 2003 20:45 schrieb Andreas Schwab:
> Kai Ludwig <address@hidden> writes:
> > if test "x$gui" = xtrue; then
> > AC_CONFIG_SUBDIRS(Utilities GUI)
> > else
> > if test "x$model" = xtrue; then
> > AC_CONFIG_SUBDIRS(Model)
> > else
> > AC_CONFIG_SUBDIRS(Utilities GUI Model)
> > fi
> > fi
>
> if test $gui != true || test $model = true; then
>   AC_CONFIG_SUBDIRS(Model)
> fi
> if test $gui = true || test $model != true; then
>   AC_CONFIG_SUBDIRS(Utilities GUI)
> fi
>
> Andreas.

works fine - thank you.

-- 
http://echempp.sourceforge.net

Kai Ludwig
Universität Tübingen
Institut für Organische Chemie
Auf der Morgenstelle 18
D-72076 Tübingen
Tel.: 07071/29-73049
Mail: address@hidden





reply via email to

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