Re: [Seq24-devel] [Branch ~seq24team/seq24/trunk] Rev 134: Avoid usage of recursive make
Brought to you by:
rcbuse
|
From: Guido S. <gui...@gm...> - 2014-04-08 20:18:59
|
Am Tue, 08. Apr 2014 um 19:05:29 -0000 schrieb no...@la...: Hi Sebastien, > Merge authors: > Sebastien Alaiwan (ace17) > ------------------------------------------------------------ > revno: 134 [merge] > committer: Sebastien Alaiwan <ac...@fr...> > branch nick: seq24 > timestamp: Tue 2014-04-08 21:04:20 +0200 > message: > Avoid usage of recursive make > renamed: > man/Makefile.am => man/Module.am > src/Makefile.am => src/Module.am > src/pixmaps/Makefile.am => src/pixmaps/Module.am > modified: > Makefile.am > configure.ac > man/Module.am > src/Module.am > src/pixmaps/Module.am this change breaks the usability of autoreconf: $ autoreconf -fi src/Module.am:5: error: bad characters in variable name '%C%_seq24_LDADD' Makefile.am:9: 'src/Module.am' included from here src/Module.am:9: error: bad characters in variable name '%C%_seq24_SOURCES' Makefile.am:9: 'src/Module.am' included from here automake: warning: compiling '%D%/seq24.c' in subdir requires 'AM_PROG_CC_C_O' in 'configure.ac' Makefile.am:9: 'src/Module.am' included from here src/Module.am:7: while processing program '%D%/seq24' src/Module.am:9: warning: variable '%C%_seq24_SOURCES' is defined but no program or src/Module.am:9: library has '%C%_seq24' as canonical name (possible typo) Makefile.am:9: 'src/Module.am' included from here src/Module.am:5: warning: variable '%C%_seq24_LDADD' is defined but no program or src/Module.am:5: library has '%C%_seq24' as canonical name (possible typo) Makefile.am:9: 'src/Module.am' included from here autoreconf: automake failed with exit status: 1 This can be fixed by replacing "%C%" and "%D%" by the appropriate paths. Guido -- http://wie-im-flug.net/ http://www.lug-burghausen.org/ |