Fixes automake warning about future behavior change --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 6f7a946..7220632 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ TSS_VER_MINOR=3 # compute $target AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([foreign 1.6]) +AM_INIT_AUTOMAKE([foreign subdir-objects 1.6]) # Debugging support AC_ARG_ENABLE([debug], -- 2.7.3 ------------------------------------------------------------------------------ _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
