[gcc r17-3006] libga68: regenerate configure
"Jose E. Marchesi via Gcc-cvs" <[email protected]> Thu, 6 Aug 2026 07:28:31 +0000 (GMT)
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:245e32946811f2e96e3a9bc0c1db73f7226235ca commit r17-3006-g245e32946811f2e96e3a9bc0c1db73f7226235ca Author: Trevor Woerner <[email protected]> Date: Wed Aug 5 22:39:27 2026 -0400 libga68: regenerate configure 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]> Diff: --- 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