Re: [gdal-dev] Compilation error gdal / git

2021-10-08 Thread Even Rouault
Hi, Although a bit annoying, you can probably just ignore the warnings emitted by ./autogen.sh with autoconf 2.71, and run ./configure right behind, without trying autoupdate I've a clean up in https://github.com/OSGeo/gdal/pull/4626 that results in ./autogen.sh not emitting warning with aut

Re: [gdal-dev] Compilation error gdal / git

2021-10-08 Thread thomas bonfort
I've had a quick look at what it would take to upgrade for autoconf >= 2.70 compatibility, and it is beyond what I am ready to invest, especially given that part of the code is on the road to be phased out due to the switch to cmake. Your best/only option is to uninstall your apt supplied autoconf

Re: [gdal-dev] Compilation error gdal / git

2021-10-07 Thread thomas bonfort
we seem to be using deprecated autoconf macros. It should work if you downgrade autoconf to version 2.69 on your system. I'll look into fixing our autoconf.ac syntax in a coming PR. regards, Thomas On Thu, Oct 7, 2021 at 9:53 AM APM wrote: > > Dear List, > > > if I try to compile gdal, I got an

[gdal-dev] Compilation error gdal / git

2021-10-07 Thread APM
Dear List, if I try to compile gdal, I got an error message, see below in this email. I use Debian testing and git: git clone https://github.com/OSGeo/gdal.git cd gdal git checkout master cd gdal ./autogen.sh configure.ac:6172: warning: AC_OUTPUT should be used without arguments. confi