Problem with --version after compiling autoconf

2018-05-29 Thread Andy Armstrong
I want to update from autoconf 2.62 to 2.69. I downloaded the source and ran the following: ./configure make make install These all complete successfully. When I run autoconf --version I get the following: autoconf --version autoconf (GNU Autoconf) ?K?? Copyright (C) 2012 Free Software Founda

Re: Problem with --version after compiling autoconf

2018-05-30 Thread Andy Armstrong
_______ From: Eric Blake Sent: 30 May 2018 02:13 To: Andy Armstrong; autoconf@gnu.org Subject: Re: Problem with --version after compiling autoconf On 05/29/2018 08:05 PM, Andy Armstrong wrote: > The problem you see here is that the version reports as ?K??. > > Why co