Re: [PATCH] libga68: regenerate configure
"Jose E. Marchesi" <[email protected]> Thu, 06 Aug 2026 09:29:14 +0200
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the patch. Applied on your behalf. > Two libtool probes in libga68/configure emit a "#line NNNN" directive > that names the line the directive itself sits on. They no longer match > their own position: the file gained two lines above them, so they read > 12836 and 12942 while sitting at 12838 and 12944. > > Nothing miscompiles, but autoconf produces a different file from the one > in the tree, so the gcc-autoregen builder fails its "git diff > --exit-code" step. > > Regenerate the two directives. > > Assisted by: Codex (Claude Opus 5) > > libga68/ChangeLog: > > * configure: Regenerate. > > Signed-off-by: Trevor Woerner <[email protected]> > --- > libga68/configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libga68/configure b/libga68/configure > index 1208c3fa616d..659387782559 100755 > --- a/libga68/configure > +++ b/libga68/configure > @@ -12835,7 +12835,7 @@ else > lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 > lt_status=$lt_dlunknown > cat > conftest.$ac_ext <<_LT_EOF > -#line 12836 "configure" > +#line 12838 "configure" > #include "confdefs.h" > > #if HAVE_DLFCN_H > @@ -12941,7 +12941,7 @@ else > lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 > lt_status=$lt_dlunknown > cat > conftest.$ac_ext <<_LT_EOF > -#line 12942 "configure" > +#line 12944 "configure" > #include "confdefs.h" > > #if HAVE_DLFCN_H