Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] configure.ac: AC_PROG_GCC_TRADITIONAL is obsolete.
@ 2025-06-04 15:12 Steve Dickson
  2025-06-05 10:52 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Dickson @ 2025-06-04 15:12 UTC (permalink / raw)
  To: Linux NFS Mailing list

configure.ac:581: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
configure.ac:581: You should run autoupdate.
./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
configure.ac:581: the top level

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d8205e80..e402c22d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -578,7 +578,7 @@ AC_FUNC_ERROR_AT_LINE
 AC_FUNC_FORK
 AC_FUNC_GETGROUPS
 AC_FUNC_GETMNTENT
-AC_PROG_GCC_TRADITIONAL
+AC_PROG_CC
 AC_FUNC_LSTAT
 AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
 AC_HEADER_MAJOR
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure.ac: AC_PROG_GCC_TRADITIONAL is obsolete.
  2025-06-04 15:12 [PATCH] configure.ac: AC_PROG_GCC_TRADITIONAL is obsolete Steve Dickson
@ 2025-06-05 10:52 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2025-06-05 10:52 UTC (permalink / raw)
  To: Linux NFS Mailing list



On 6/4/25 11:12 AM, Steve Dickson wrote:
> configure.ac:581: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
> configure.ac:581: You should run autoupdate.
> ./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
> configure.ac:581: the top level
> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
Committed... (tag: nfs-utils-2-8-4-rc2)

steved.
> ---
>   configure.ac | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index d8205e80..e402c22d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -578,7 +578,7 @@ AC_FUNC_ERROR_AT_LINE
>   AC_FUNC_FORK
>   AC_FUNC_GETGROUPS
>   AC_FUNC_GETMNTENT
> -AC_PROG_GCC_TRADITIONAL
> +AC_PROG_CC
>   AC_FUNC_LSTAT
>   AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
>   AC_HEADER_MAJOR


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-05 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 15:12 [PATCH] configure.ac: AC_PROG_GCC_TRADITIONAL is obsolete Steve Dickson
2025-06-05 10:52 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox