Hi, I have a problem with AC_CONFIG_SUBDIR not passing all options, or to be precise, in the toplevel configure.in there is
AC_DISABLE_SHARED
...
AC_CONFIG_SUBDIR("foo")
However, foo/configure is invoked without --disable-shared.
Am I missing there something?
best regards
-- jochen
