Re: How do we detect release mode in autoconf or in configure script?

2020-11-20 Thread Yasuhito FUTATSUKI
On 2020/11/20 10:44, Yasuhito FUTATSUKI wrote: > On 2020/11/20 10:22, Branko Čibej wrote: >> On 20.11.2020 01:45, Yasuhito FUTATSUKI wrote: > Then if users want to rebuild bindings C source, they can do by using > --with-swig option in configure and doing > "make extraclean-swig-xx && make swig

Re: How do we detect release mode in autoconf or in configure script?

2020-11-20 Thread Branko Čibej
On 20.11.2020 10:05, Yasuhito FUTATSUKI wrote: On 2020/11/20 10:44, Yasuhito FUTATSUKI wrote: On 2020/11/20 10:22, Branko Čibej wrote: On 20.11.2020 01:45, Yasuhito FUTATSUKI wrote: Then if users want to rebuild bindings C source, they can do by using --with-swig option in configure and doi