https://bugs.kde.org/show_bug.cgi?id=459392

Dustin Hacker <ldhac...@live.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ldhac...@live.com

--- Comment #2 from Dustin Hacker <ldhac...@live.com> ---
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.

Reply via email to