building me-tv with aclocal-1.13 failes
Bug #1158477 reported by
Christoph Seitz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Me TV |
New
|
Undecided
|
Unassigned |
Bug Description
If you run the ./autogen.sh script, the folling error will happen.
Running aclocal-1.13...
configure.ac:14: error: 'AM_PROG_CC_STDC': this macro is obsolete.
You should simply use the 'AC_PROG_CC' macro instead.
Also, your code should no longer depend upon 'am_cv_
but upon 'ac_cv_
/usr/share/
configure.ac:14: the top level
Just delete the "AM_PROG_CC_STDC" line. It is superseded by the AM_PROG_CC macro since 2002.
To post a comment you must log in.
I am not seeing a problem with AM_PROG_CC_STDC on Debian Unstable or Fedora 20. Is it really the case that this should be replaced with AM_PROG_CC?