[valgrind] [Bug 459392] warning: The macro `AC_PROG_CC_C99' is obsolete

2023-04-07 Thread Dustin Hacker
https://bugs.kde.org/show_bug.cgi?id=459392

--- Comment #3 from Dustin Hacker  ---
(In reply to Dustin Hacker from comment #2)
> I was able to correct this and run autogen.sh completely by changing
> 
> 'AC_PROG_CC_C99'
> 
> to
> 
> 'AC_PROG_CC'
> 
> in the configure.ac file on the line mentioned by @Ömer Fadıl USTA in
> comment 1.
> 
> This is correct in accordance with
> https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/
> html_node/C-Compiler.html#AC_005fPROG_005fCC because AC_PROG_CC replaced the
> obsolete AC_PROG_CC_C99 autoconf macro.

Forgot to mention that I found this solution here
https://gitlab.com/openconnect/openconnect/-/issues/413

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 459392] warning: The macro `AC_PROG_CC_C99' is obsolete

2023-04-07 Thread Dustin Hacker
https://bugs.kde.org/show_bug.cgi?id=459392

Dustin Hacker  changed:

   What|Removed |Added

 CC||ldhac...@live.com

--- Comment #2 from Dustin Hacker  ---
I was able to correct this and run autogen.sh completely by changing

'AC_PROG_CC_C99'

to

'AC_PROG_CC'

in the configure.ac file on the line mentioned by @Ömer Fadıl USTA in comment
1.

This is correct in accordance with
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/C-Compiler.html#AC_005fPROG_005fCC
because AC_PROG_CC replaced the obsolete AC_PROG_CC_C99 autoconf macro.

-- 
You are receiving this mail because:
You are watching all bug changes.