[v2,4/5] readline: Re-generate configure

Message ID 20240610030833.472301-5-lukeshu@lukeshu.com
State New
Headers
Series None |

Commit Message

Luke T. Shumaker June 10, 2024, 3:08 a.m. UTC
  `readline/readline/configure` has been out-of-date with configure.ac
(just a whitespace change) since 2cac47f5bab (autoupdate: replace
obsolete macros AC_AIX, AC_MINIX, and AC_GNU_SOURCE, Matthieu Longo,
2024-05-28).  Re-generate it.

---
v2:
- This patch was not present in v1, as configure was not yet out of
  date.
---
 readline/readline/configure | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/readline/readline/configure b/readline/readline/configure
index 6ea4545e26f..5a1c6363d5f 100755
--- a/readline/readline/configure
+++ b/readline/readline/configure
@@ -3923,7 +3923,6 @@  $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
 
 
 
-
 # If we're using gcc and the user hasn't specified CFLAGS, add -O2 to CFLAGS
 if test -n "$want_auto_cflags" ; then
 	AUTO_CFLAGS="-g ${GCC+-O2}"