2006-10-17 Stepan Kasal * automake.in (handle_LIBOBJS_or_ALLOCA): Fix the error message. Index: automake.in =================================================================== RCS file: /cvs/automake/automake/automake.in,v retrieving revision 1.1641 diff -u -r1.1641 automake.in --- automake.in 16 Oct 2006 05:24:17 -0000 1.1641 +++ automake.in 17 Oct 2006 09:57:58 -0000 @@ -2209,11 +2209,10 @@ # If LTLIBOBJS is used, we must also clear LIBOBJS (which might # be created by libtool as a side-effect of creating LTLIBOBJS). $clean_files{"\$($var)"} = MOSTLY_CLEAN if $var =~ s/^LT//; - } else { - error ("`\$($var)' cannot be used outside `$dir' if" + error ("`\$($var)' cannot be used outside `$confg_libobj_dir' if" . " `subdir-objects' is not set"); } }