Hi Simon, * Simon Josefsson wrote on Sat, Mar 05, 2011 at 12:22:56PM CET: > The reason an older longlong.m4 ends up in the *.tar.gz archive is > proabably that autoreconf --install (gettextize) pulls in an old > longlong.m4: > > test -f ./configure || autoreconf --install > ... > Copying file m4/longlong.m4
> What's a good way to avoid having 'autoreconf --install' copy these old > files? Does this work? AUTOPOINT=true autoreconf --install Thanks, Ralf
