All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robbie Harwood <rharwood@redhat.com>
To: grub-devel@gnu.org
Cc: dkiper@net-space.pl, Robbie Harwood <rharwood@redhat.com>
Subject: [PATCH v9 7/8] Fix various new autotools warnings
Date: Tue, 15 Mar 2022 14:05:44 -0400	[thread overview]
Message-ID: <20220315180545.54989-8-rharwood@redhat.com> (raw)
In-Reply-To: <20220315180545.54989-1-rharwood@redhat.com>

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index f8cc79e4d..3ffbc7c57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ dnl description of the relationships between them.
 
 AC_INIT([GRUB],[2.11],[bug-grub@gnu.org])
 
+AC_USE_SYSTEM_EXTENSIONS
 AC_CONFIG_AUX_DIR([build-aux])
 
 # We don't want -g -O2 by default in CFLAGS
@@ -51,7 +52,7 @@ program_prefix="${save_program_prefix}"
 AM_INIT_AUTOMAKE([1.11])
 AC_PREREQ(2.64)
 AC_CONFIG_SRCDIR([include/grub/dl.h])
-AC_CONFIG_HEADER([config-util.h])
+AC_CONFIG_HEADERS([config-util.h])
 
 # Explicitly check for pkg-config early on, since otherwise conditional
 # calls are problematic.
@@ -333,7 +334,7 @@ fi
 AC_PROG_RANLIB
 AC_PROG_INSTALL
 AC_PROG_AWK
-AC_PROG_LEX
+AC_PROG_LEX([noyywrap])
 AC_PROG_YACC
 AC_PROG_MAKE_SET
 AC_PROG_MKDIR_P
@@ -369,7 +370,6 @@ test "x$GCC" = xyes || AC_MSG_ERROR([GCC is required])
 
 AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
 
-AC_GNU_SOURCE
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.18.3])
 AC_SYS_LARGEFILE
-- 
2.35.1



  parent reply	other threads:[~2022-03-15 18:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 18:05 [PATCH v9 0/8] Update gnulib version and drop most gnulib patches Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 1/8] Use visual indentation in config.h.in Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 2/8] Where present, ensure config-util.h precedes config.h Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 3/8] Drop gnulib fix-base64.patch Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 4/8] Drop gnulib no-abort.patch Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 5/8] Update gnulib version and drop most gnulib patches Robbie Harwood
2022-03-15 18:05 ` [PATCH v9 6/8] Handle warnings introduced by updated gnulib Robbie Harwood
2022-03-15 18:05 ` Robbie Harwood [this message]
2022-03-15 18:05 ` [PATCH v9 8/8] lib/posix_wrap/errno.h: Add __set_errno() macro Robbie Harwood
2022-03-16 18:12 ` [PATCH v9 0/8] Update gnulib version and drop most gnulib patches Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220315180545.54989-8-rharwood@redhat.com \
    --to=rharwood@redhat.com \
    --cc=dkiper@net-space.pl \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.