gcjwebplugin-devel
[Top][All Lists]
Advanced

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

Re: [Gcjwebplugin-devel] a few notes


From: Fridrich Strba
Subject: Re: [Gcjwebplugin-devel] a few notes
Date: Wed, 25 May 2005 08:48:08 +0200
User-agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513)

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 \

Cheers

Fridrich
--
Please avoid sending me Word, Excel or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html




reply via email to

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