On Mon, Apr 30, 2001 at 10:50:08PM +0200, Tim Van Holder wrote:
: In autoconf 2.13, you might get away with:
: 
: if test x$ac_cv_prog_BISON = xbison; then
:   extra_makefiles="test-bison1/Makefile test-bison2/Makefile"
: fi
: AC_OUTPUT(Makefile test-1/Makefile test-2/Makefile $extra_makefiles)

This works for Autoconf, but not for Automake - you will not get the
Makefile.in files regenerated for the files in the variable.

  Lars J

Reply via email to