diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2024-05-28 10:49:41 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-10 08:25:55 +0930 |
commit | 2cac47f5bab66389e96fc9bca6bb683642984b43 (patch) | |
tree | db8bfb41923fc08b7f9b0294c48b22e9fa1a3034 /gprof | |
parent | c22e3e25de0aa7841c4ef7c6b9e167b5685c2671 (diff) | |
download | gdb-2cac47f5bab66389e96fc9bca6bb683642984b43.zip gdb-2cac47f5bab66389e96fc9bca6bb683642984b43.tar.gz gdb-2cac47f5bab66389e96fc9bca6bb683642984b43.tar.bz2 |
autoupdate: replace obsolete macros AC_AIX, AC_MINIX, and AC_GNU_SOURCE
- AC_AIX, AC_MINIX, and AC_GNU_SOURCE by AC_USE_SYSTEM_EXTENSIONS
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fAIX
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fMINIX-1
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fGNU_005fSOURCE-1
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gprof/configure.ac b/gprof/configure.ac index 3202303..b263568 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -32,7 +32,6 @@ dnl config.h, to avoid any possible confusion with the bfd config.h. AC_CONFIG_HEADERS([gconfig.h:gconfig.in]) AC_PROG_CC -AC_GNU_SOURCE AC_USE_SYSTEM_EXTENSIONS AC_PROG_INSTALL |