Re: compile not copied? Why?

2005-11-14 Thread n.g.
i have Makefile.am like this, and it didn't ask for `compile' script during `configure'. bin_PROGRAMS = test test_SOURCES = c.c cc.cc both sources is empty file. On 11/14/05, Harald Dunkel [EMAIL PROTECTED] wrote: Ralf Wildenhues wrote: Hi Harald, Please consider this thread:

useful bug reports (was: [Patch] Re: compile not copied? Why?)

2005-11-14 Thread Ralf Wildenhues
Hi Harald, * Harald Dunkel wrote on Sun, Nov 13, 2005 at 06:44:12PM CET: Ralf Wildenhues wrote: Please consider this thread: http://lists.gnu.org/archive/html/libtool/2005-10/msg00069.html How is this thread related to copying a missing script? It shows that your patch is not enough,

[Patch] Re: compile not copied? Why?

2005-11-13 Thread Harald Dunkel
Hi folks, Harald Dunkel wrote: Hi folks, What is the criteria for copying the compile script into the source directory tree? I have some *.cc code, it is mentioned in my Makefile.am file, configure detects that the compile script must be used, too, but Automake doesn't provide it. It

Re: [Patch] Re: compile not copied? Why?

2005-11-13 Thread Ralf Wildenhues
Hi Harald, * Harald Dunkel wrote on Sun, Nov 13, 2005 at 12:00:18PM CET: Harald Dunkel wrote: What is the criteria for copying the compile script into the source directory tree? I have some *.cc code, it is mentioned in my Makefile.am file, configure detects that the compile script

Re: [Patch] Re: compile not copied? Why?

2005-11-13 Thread Harald Dunkel
Ralf Wildenhues wrote: Hi Harald, Please consider this thread: http://lists.gnu.org/archive/html/libtool/2005-10/msg00069.html How is this thread related to copying a missing script? Please note that C support is broken, too, as soon as there is some C++ code in your Makefile.am.

Re: compile not copied? Why?

2005-11-12 Thread Tom Tromey
Harald == Harald Dunkel [EMAIL PROTECTED] writes: Harald What is the criteria for copying the compile script into Harald the source directory tree? I have some *.cc code, it is Harald mentioned in my Makefile.am file, configure detects that Harald the compile script must be used, too, but

compile not copied? Why?

2005-11-07 Thread Harald Dunkel
Hi folks, What is the criteria for copying the compile script into the source directory tree? I have some *.cc code, it is mentioned in my Makefile.am file, configure detects that the compile script must be used, too, but Automake doesn't provide it. ??? Any help would be highly appreciated.