autoconf
[Top][All Lists]
Advanced

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

Re: How to omit files from AC_OUTPUT?


From: Lars J. Aas
Subject: Re: How to omit files from AC_OUTPUT?
Date: Wed, 2 May 2001 10:10:05 +0200
User-agent: Mutt/1.2.5i

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

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