"Oleg Smolsky" <[EMAIL PROTECTED]> writes: > autoreconf-2.5x: running: autopoint --force > tar: Skipping to next header > tar: Archive contains obsolescent base-64 headers
That looks like a problem in the way that autopoint runs tar. I suspect it's this line in autopoint: gzip -d -c < "$gettext_dir/archive.tar.gz" | (cd "$cvs_dir" && tar xf -) Can you track the problem down from there?
