[geos-commits] r2243 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Jan 18 17:35:44 EST 2009


Author: pramsey
Date: 2009-01-18 17:35:44 -0500 (Sun, 18 Jan 2009)
New Revision: 2243

Modified:
   trunk/configure.in
Log:
Add a couple extra program checks.



Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2009-01-18 22:29:34 UTC (rev 2242)
+++ trunk/configure.in	2009-01-18 22:35:44 UTC (rev 2243)
@@ -48,6 +48,8 @@
 dnl check for programs ----------------------------------------------------
 AC_PROG_CXX
 AC_ISC_POSIX
+AC_PROG_INSTALL
+AC_PROG_MAKE_SET
 
 dnl function checks ------------------------------------------------------
 AC_FUNC_CLOSEDIR_VOID



More information about the geos-commits mailing list