diff options
author | Martin Jambor <mjambor@suse.cz> | 2023-06-16 18:10:21 +0200 |
---|---|---|
committer | Martin Jambor <mjambor@suse.cz> | 2023-06-16 18:12:31 +0200 |
commit | ea1cd66f2200839d46a8b4dc140d18c00b849c82 (patch) | |
tree | bd7b6a1e672916daa1055048cedee3e0ab4eed48 | |
parent | 8216ca85037be9f4d5c20540522a22a4a93b660e (diff) | |
download | gcc-ea1cd66f2200839d46a8b4dc140d18c00b849c82.zip gcc-ea1cd66f2200839d46a8b4dc140d18c00b849c82.tar.gz gcc-ea1cd66f2200839d46a8b4dc140d18c00b849c82.tar.bz2 |
Regenerate some autotools generated files
As discussed in
https://gcc.gnu.org/pipermail/gcc-patches/2023-June/621976.html this
should put the autotools generated files in sync to what they were
generated from (and make an automated checker happy).
Tested by bootstrapping on top of only a few revisions ago.
zlib/ChangeLog:
2023-06-16 Martin Jambor <mjambor@suse.cz>
* Makefile.in: Regenerate.
* configure: Likewise.
gcc/ChangeLog:
2023-06-16 Martin Jambor <mjambor@suse.cz>
* configure: Regenerate.
-rwxr-xr-x | gcc/configure | 4 | ||||
-rw-r--r-- | zlib/Makefile.in | 2 | ||||
-rwxr-xr-x | zlib/configure | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/gcc/configure b/gcc/configure index a4563a9..f7b4b28 100755 --- a/gcc/configure +++ b/gcc/configure @@ -19847,7 +19847,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19848 "configure" +#line 19850 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -19953,7 +19953,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19954 "configure" +#line 19956 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/zlib/Makefile.in b/zlib/Makefile.in index 3f5102d..80fe3b6 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -353,6 +353,8 @@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ +enable_host_pie = @enable_host_pie@ +enable_host_shared = @enable_host_shared@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ diff --git a/zlib/configure b/zlib/configure index 77be6c2..9308866 100755 --- a/zlib/configure +++ b/zlib/configure @@ -10763,7 +10763,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10778 "configure" +#line 10766 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10869,7 +10869,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10884 "configure" +#line 10872 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |