[tex-live] Configure question. Compiling on Mac OS X 10.2, running on Mac OS X 10.1

Thomas Esser te@dbs.uni-hannover.de
Sat, 26 Oct 2002 09:26:30 +0200


> Is there a way for me during the configure stage on 10.2 to tell 
> configure on te command line that mkstemps() should not be used? This 
> happens in the xpdf library.

Set
  ac_cv_func_mkstemps=no
in your environment before running configure.

Or, edit
  libs/xpdf/aconf.h
after running configure and remove the line
  #define HAVE_MKSTEMPS 1

Thomas