[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Autoconf 2.50 - question



On Thu, May 24, 2001 at 01:00:14PM -0500, Ben Burton wrote:
> 
> Okay, I've seen my way through half of the k* autoconf problems.  Now I'm 
> stuck again.
> 
> Does anyone know what to do with the following 2.13 macros in converting to 
> 2.50?  I've had no success with autoupdate.
>
> configure:1831: error: possibly undefined macro: AC_PROG_CXX_WORKS
> configure:1530: error: possibly undefined macro: AC_PROG_CC_WORKS
> configure:1531: error: possibly undefined macro: AC_PROG_CC_GNU
> configure:5819: error: possibly undefined macro: AC_PATH_X_DIRECT
> configure:1832: error: possibly undefined macro: AC_PROG_CXX_GNU
> configure:1544: error: possibly undefined macro: AC_PROG_CC_G
> configure:1843: error: possibly undefined macro: AC_PROG_CXX_G
> configure:5824: error: possibly undefined macro: AC_PATH_X_XMKMF

Hi Ben,

these are internal macros, their names have changed.  Here is a mapping
i found by looking into sources, maybe it is wrong since i made no tests.

  *_WORKS          ->  _AC_COMPILER_EXEEXT_WORKS
  *_GNU            ->  _AC_LANG_COMPILER_GNU
  AC_PROG_CC_G     ->  _AC_PROG_CC_G
  AC_PROG_CXX_G    ->  _AC_PROG_CXX_G
  AC_PATH_X_XMKMF  ->  _AC_PATH_X_XMKMF
  AC_PATH_X_DIRECT ->  _AC_PATH_X_DIRECT

Denis



Reply to: