Re: [Seq24-devel] [Branch ~seq24team/seq24/trunk] Rev 134: Avoid usage of recursive make
Brought to you by:
rcbuse
From: Sebastien A. <ac...@fr...> - 2014-04-08 20:54:07
|
Hi Guido, Thanks for your feedback and sorry for the trouble! Which version of autoreconf are you using? It seems to work on my system: ace@ANTEC seq24 % autoreconf -fi && echo OK OK ace@ANTEC seq24 % autoreconf --version autoreconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. --- Autoconf 2.50 chosen by Debian wrapper script. For information and tuning advice see autoconf(1). ace@ANTEC seq24 % On 04/08/2014 10:38 PM, Guido Scholz wrote: > Am Tue, 08. Apr 2014 um 22:18:48 +0200 schrieb Guido Scholz: > >> 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 > here is an other bug: > > $ LANG=C make dist > make dist-bzip2 dist-gzip am__post_remove_distdir='@:' > make[1]: Entering directory `/home/guido/src/c/gtk/seq24/trunk' > make[1]: *** No rule to make target `font.h', needed by `distdir'. > Stop. > make[1]: Leaving directory `/home/guido/src/c/gtk/seq24/trunk' > make: *** [dist] Error 2 > > > due to the missing path for "font.h": > > src/event.cpp \ > -> src/font.cpp font.h \ > src/globals.h \ > > Guido > > > > ------------------------------------------------------------------------------ > Put Bad Developers to Shame > Dominate Development with Jenkins Continuous Integration > Continuously Automate Build, Test & Deployment > Start a new project now. Try Jenkins in the cloud. > http://p.sf.net/sfu/13600_Cloudbees > > > _______________________________________________ > Seq24-devel mailing list > Seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-devel |