[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcjwebplugin-devel] a few notes
From: |
Thomas Fitzsimmons |
Subject: |
Re: [Gcjwebplugin-devel] a few notes |
Date: |
Wed, 25 May 2005 11:36:13 -0400 |
Hi,
On Wed, 2005-05-25 at 08:48 +0200, Fridrich Strba wrote:
> Hello,
>
> Thomas Fitzsimmons wrote:
> >>Automake doesn't really understand the conditional AC_CONFIG_FILES
> >>call in configure.ac, so it makes the resulting Makefile rule
> >>unconditional. I think one fix for this would be to unconditionally
> >>call AC_CONFIG_FILES, rename the file it generates, and then in the
> >>Makefile.am have a conditional rule like:
> >>
> >> gcjappletviewer: cfappletviewer
> >> cp cfappletviewer gcjappletviewer
> > Fixed in CVS.
>
> With this small patch "make dist" will work again:
>
> RCS file: /cvsroot/gcjwebplugin/gcjwebplugin/Makefile.am,v
> retrieving revision 1.16
> diff -u -r1.16 Makefile.am
> --- Makefile.am 24 May 2005 23:53:33 -0000 1.16
> +++ Makefile.am 25 May 2005 06:46:04 -0000
> @@ -4,7 +4,6 @@
> tests/t_appletcontextnocodebase.at \
> tests/t_appletstub.at \
> tests/t_classfile.at \
> - tests/t_classfilenoext.at \
> tests/t_cmdlinearchive.at \
> tests/t_cmdlinecode.at \
> tests/t_cmdlinecodebase.at \
>
Committed, thanks.
Tom