On 2014年05月23日 17:29, Burton, Ross wrote: > First, bash builds fine for me, so can you elaborate on what the > situation that causes the failure is. build bash, then check temp/log.do_install, we can see error , this trigger when builds in bash/po/ > The patch is missing upstream-status and signed-off-by. For build > fixes I'd hope that there would be communication with upstream. > > On 23 May 2014 09:31, Wenlin Kang wrote: >> +--- bash-4.3-org/aclocal.m4 2014-05-23 15:28:54.252565146 +0800 >> ++++ bash-4.3/aclocal.m4 2014-05-23 15:33:19.924570133 +0800 > aclocal.m4 is overwritten in do_configure when we run autoreconf so > anything changed in that file will be lost. in bash, I have double checking, original a clocal.m4 will be "cat" to acinclude.m4 at begin of do_configure not changed, and after regenerated acloacl.m4 will include acinclude.m4, so the changing in original aclocal.m4 will be not lost. > > Ross > > -- Thanks, Wenlin Kang