On Wed, Oct 08, 2003 at 11:12:07AM +0200, Kai Ludwig wrote:
> 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
> configure.in:29: error: `Utilities' is a
Hi All,
I have a question about managing subdirectories with
autoconf/automake.
Our project contains several independent packages. For
each package we have a subdirectory and each subdirectory
has a configure script.
From the top level configure script the user should choose
wether s/he wants to