tjohansen14 / diskscrub

Automatically exported from code.google.com/p/diskscrub
GNU General Public License v2.0
0 stars 0 forks source link

2.6.0: autogen.sh: Makefile.am: ...but option 'subdir-objects' is disabled #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when running autogen.sh on ubuntu (automake 1:1.14.1-2ub),
many errors of this sort were omitted

test/Makefile.am:12: warning: source file '$(top_srcdir)/src/sig.c' is in a 
subdirectory,
test/Makefile.am:12: but option 'subdir-objects' is disabled

Original issue reported on code.google.com by garlick....@gmail.com on 23 Aug 2014 at 3:19

GoogleCodeExporter commented 8 years ago
"emitted" I mean!

Original comment by garlick....@gmail.com on 23 Aug 2014 at 3:20

GoogleCodeExporter commented 8 years ago
Fixed with this commit for 2.6.1

commit 079f23a98a12647e979918760a0f7ffbc1412b87
Author: Jim Garlick <garlick.jim@gmail.com>
Date:   Sat Aug 23 08:27:14 2014 -0700

    issue 32: enable 'subdir-objects' automake opt

    This quiets warnings in newer versions of automake.
    Also switch to newer usage of AM_INIT_AUTOMAKE.
    We were already redundantly specifying project version in AC_INIT.

Original comment by garlick....@gmail.com on 23 Aug 2014 at 3:46

GoogleCodeExporter commented 8 years ago

Original comment by garlick....@gmail.com on 23 Aug 2014 at 3:47