CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: andi 20030104 21:10:37
Modified files:
. : configure.in
Log message:
- fix build problems with automake 1.5 when compiling assembler source
- removed AM_PROG_CC_STDC macro which is obsolete, use AC_PROG_CC instead
"This macro is a relic from the time Autoconf didn't offer such a feature.
AM_PROG_CC_STDC's logic has now been merged into Autoconf's AC_PROG_CC
macro, therefore you should use the latter instead. Chances are you are
already using AC_PROG_CC, so you can simply remove the AM_PROG_CC_STDC call
and turn all occurrences of $am_cv_prog_cc_stdc into $ac_cv_prog_cc_stdc.
AM_PROG_CC_STDC will be marked as obsolete (in the Autoconf sense) in
Automake 1.8."
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-cvs" as subject.