Re: help, automake generated a buggy Makefile?

2007-10-15 Thread Ralf Wildenhues
Hello Steven, * Steven Woody wrote on Sun, Oct 14, 2007 at 05:51:45AM CEST: AC_INIT( [ motconv ], [ 0.1 ], [ [EMAIL PROTECTED] ] ) AM_INIT_AUTOMAKE( [ -Wall -Werror foreign ] ) AC_PROG_RANLIB AC_PROG_CXX AC_PROG_INSTALL AC_LANG_PUSH([C++])

Re: help, automake generated a buggy Makefile?

2007-10-15 Thread Steven Woody
On 10/15/07, Ralf Wildenhues [EMAIL PROTECTED] wrote: Hello Steven, * Steven Woody wrote on Sun, Oct 14, 2007 at 05:51:45AM CEST: AC_INIT( [ motconv ], [ 0.1 ], [ [EMAIL PROTECTED] ] ) AM_INIT_AUTOMAKE( [ -Wall -Werror foreign ] ) AC_PROG_RANLIB AC_PROG_CXX

Re: help, automake generated a buggy Makefile?

2007-10-15 Thread Steven Woody
On 10/15/07, Ralf Wildenhues [EMAIL PROTECTED] wrote: * Steven Woody wrote on Mon, Oct 15, 2007 at 10:16:20AM CEST: ~/motconv/trunk/test$ grep -C2 TESTS Makefile.in sysconfdir = @sysconfdir@ target_alias = @target_alias@ TESTS = AllTests This looks like this file has been generated

Re: help, automake generated a buggy Makefile?

2007-10-15 Thread Ralf Wildenhues
Hello Steven, * Steven Woody wrote on Mon, Oct 15, 2007 at 05:45:57PM CEST: On 10/15/07, Ralf Wildenhues [EMAIL PROTECTED] wrote: This looks like this file has been generated with Automake 1.9 rather than 1.10. Please check the comment at the top of the file, and if that's the case,

help, automake generated a buggy Makefile?

2007-10-13 Thread Steven Woody
hi, i wrote a simple sample program as well as a cpp-unit test, and then use automake in both cygwin and linux to generate `configure' and Makefile.in. it works well in these platforms, but has problem when do configure/make in MinGW's MSYS. It seems the Makeifle generated from `./configure'