Am Mittwoch, 8. Oktober 2003 20:45 schrieb Andreas Schwab:
> Kai Ludwig <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]



Reply via email to