From: <sba...@us...> - 2013-09-28 06:55:06
|
Revision: 5046 http://sourceforge.net/p/fuse-emulator/code/5046 Author: sbaldovi Date: 2013-09-28 06:55:03 +0000 (Sat, 28 Sep 2013) Log Message: ----------- Use 'subdir-objects' option as advised by automake 1.14 to place object files in subdirectories. Modified Paths: -------------- trunk/libspectrum/configure.ac trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/configure.ac =================================================================== --- trunk/libspectrum/configure.ac 2013-09-28 06:48:01 UTC (rev 5045) +++ trunk/libspectrum/configure.ac 2013-09-28 06:55:03 UTC (rev 5046) @@ -49,7 +49,7 @@ AC_CANONICAL_HOST dnl Use automake to produce `Makefile.in' -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([subdir-objects]) dnl Substitutions for .in files LIBSPECTRUM_FULL_VERSION=libspectrum_full_version Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2013-09-28 06:48:01 UTC (rev 5045) +++ trunk/libspectrum/hacking/ChangeLog 2013-09-28 06:55:03 UTC (rev 5046) @@ -950,3 +950,5 @@ 20130524 Makefile.am: update libtool age to support binaries built against libspectrum 1.0.0 (Stuart). 20130526 Makefile.am: add dll.c into the dist tarball (Sergio). +20130928 configure.ac: use 'subdir-objects' option as advised by automake 1.14 + to place object files in subdirectories (Sergio). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |