Hi, I have some note to the devel automake for cygwin.
In a kde Makefile.am (kdemultimedia/mpg123_artsplugin/mpg123/Makefile.am) there are some conditionals like .... #486, 586, 686 if ARCH_486 ARCH_CFLAGS = -DROT_I386 -DI386_ASSEM -DI486_OPT -DLINUX -DREAL_IS_FLOAT libmpg123_la_SOURCES = $(COMMON_SRC) decode_i386.c dct64_i386.c decode_i486.c dct64_i486.c endif if ARCH_586 ARCH_CFLAGS = -DROT_I386 -DI386_ASSEM -DPENTIUM_OPT -DLINUX -DREAL_IS_FLOAT libmpg123_la_SOURCES = $(COMMON_SRC) decode_i386.c dct64_i386.c decode_i586.s endif ... lib_LTLIBRARIES = libmpg123.la libmpg123_la_LDFLAGS = -module -avoid-version ... The devel automake fails with the following error: automake: mpg123_artsplugin/mpg123/Makefile.am: warning: automake does not support libmpg123_la_SOURCES being defined conditionally The stable automake does not have this error. 2. Additional when using asm files the devel automake says something about 'Assembler sources used, but no "ASFLAGS" in configure.in detected' ... The stable release does not have this problem. Regards Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/