Make 'autoreconf' work for 'gcc', 'libobjc' (was: [PATCH] regenerate configure files and config.h.in files)

2022-10-20 Thread Thomas Schwinge
Hi! Given: On 2022-09-20T14:42:53+0100, Iain Sandoe via Gcc-patches wrote: > +1 from me … > .. I have been maintaining something similar locally. On 2022-09-20T17:23:15+0200, Martin Liška wrote: > I do support that as well. ..., I have now pushed to master branch commit 25861cf3a88a07c8dca3

Re: Make 'autoreconf' work for 'gcc', 'libobjc' (was: [PATCH] regenerate configure files and config.h.in files)

2022-09-20 Thread Martin Liška
On 9/20/22 15:37, Thomas Schwinge wrote: > |Then, make it simply call 'autoreconf' for all 'config_folders'. (Also, I'm > not running into the issue you've stated in the script that "apparently > automake is somehow unstable -> skip it for gotools".)| I do support that as well. What will be the

Re: Make 'autoreconf' work for 'gcc', 'libobjc' (was: [PATCH] regenerate configure files and config.h.in files)

2022-09-20 Thread Iain Sandoe via Gcc-patches
Hi! > On 20 Sep 2022, at 14:37, Thomas Schwinge wrote: > On 2022-08-25T11:42:01+0200, Martin Liška wrote: >> I wrote a scipt that runs autoconf in all folders that have configure.ac >> file and same for autoheader (where AC_CONFIG_HEADERS is present) and >> this is the output. >> >> The script

Make 'autoreconf' work for 'gcc', 'libobjc' (was: [PATCH] regenerate configure files and config.h.in files)

2022-09-20 Thread Thomas Schwinge
Hi! On 2022-08-25T11:42:01+0200, Martin Liška wrote: > I wrote a scipt that runs autoconf in all folders that have configure.ac > file and same for autoheader (where AC_CONFIG_HEADERS is present) and > this is the output. > > The script can be seen here: > https://github.com/marxin/script-misc/bl

Re: [PATCH] regenerate configure files and config.h.in files

2022-08-31 Thread Jeff Law via Gcc-patches
On 8/25/2022 3:42 AM, Martin Liška wrote: Hi. I wrote a scipt that runs autoconf in all folders that have configure.ac file and same for autoheader (where AC_CONFIG_HEADERS is present) and this is the output. The script can be seen here: https://github.com/marxin/script-misc/blob/master/gcc-

Re: [PATCH] regenerate configure files and config.h.in files

2022-08-25 Thread Martin Liška
On 8/25/22 14:21, Richard Sandiford wrote: > Do you know what's going on with these ifndef guards? How were they > there before? There were there since commit 5213506e247206177045f832a0911db0118a8641 Author: Ralf Wildenhues Date: Sat Aug 22 13:22:20 2009 + Regenerate tree using Autoc

Re: [PATCH] regenerate configure files and config.h.in files

2022-08-25 Thread Richard Sandiford via Gcc-patches
Martin Liška writes: > Hi. > > I wrote a scipt that runs autoconf in all folders that have configure.ac > file and same for autoheader (where AC_CONFIG_HEADERS is present) and > this is the output. > > The script can be seen here: > https://github.com/marxin/script-misc/blob/master/gcc-autoconf-al

[PATCH] regenerate configure files and config.h.in files

2022-08-25 Thread Martin Liška
Hi. I wrote a scipt that runs autoconf in all folders that have configure.ac file and same for autoheader (where AC_CONFIG_HEADERS is present) and this is the output. The script can be seen here: https://github.com/marxin/script-misc/blob/master/gcc-autoconf-all.py I'm going to add the script to

PATCH: Regenerate configure files

2012-05-16 Thread H.J. Lu
Hi, I am checking in this patch to regenerate configure files with the updated libtoo.m4. libjava/libltdl and libgo aren't updated since they have their own version of libtoo.m4. They should be updated separately. H.J. boehm-gc/ 2012-05-16 H.J. Lu * configure: Regenerated. g