[project @ 2003-08-19 12:35:47 by panne]
[ghc-hetmet.git] / configure.ac
index 52de912..41de88b 100644 (file)
@@ -570,7 +570,8 @@ AC_ARG_ENABLE(hopengl,
 UseQuartzOpenGL=NO
 if test x"$TargetOS_CPP" = x"darwin"; then
   if test x"$enable_hopengl" != x"x11"; then
-    AC_DEFINE(USE_QUARTZ_OPENGL)
+    AC_DEFINE([USE_QUARTZ_OPENGL], [1],
+              [Define to 1 if native OpenGL should be used on Mac OS X])
     UseQuartzOpenGL=YES
   fi
 fi
@@ -651,7 +652,7 @@ fi
 AC_SUBST(SRC_CC_OPTS)
 
 dnl ** figure out how to do context diffs
-FPTOOLS_PROG_DIFF
+FP_PROG_CONTEXT_DIFF
 
 dnl ** Find find command (for Win32's benefit)
 FPTOOLS_FIND_FIND
@@ -838,7 +839,7 @@ dnl ** how do we get a timezone name, and UTC offset ?
 AC_STRUCT_TIMEZONE
 
 dnl ** do we have altzone?
-FP_ALTZONE
+FP_DECL_ALTZONE
 
 dnl ** does struct stat contain st_blksize?
 AC_STRUCT_ST_BLKSIZE
@@ -1317,9 +1318,6 @@ AC_FUNC_VFORK
 dnl ** determine whether or not const works
 AC_C_CONST
 
-dnl ** determine whether ANSI-function prototypes work?
-AC_C_PROTOTYPES          
-
 dnl ** are we big endian?
 AC_C_BIGENDIAN