|
From: <np...@us...> - 2007-09-10 16:37:29
|
Revision: 486
http://omc.svn.sourceforge.net/omc/?rev=486&view=rev
Author: npaxton
Date: 2007-09-10 09:37:15 -0700 (Mon, 10 Sep 2007)
Log Message:
-----------
minor changes to configure.ac
Modified Paths:
--------------
cmpibase/trunk/configure.ac
Modified: cmpibase/trunk/configure.ac
===================================================================
--- cmpibase/trunk/configure.ac 2007-09-10 16:20:08 UTC (rev 485)
+++ cmpibase/trunk/configure.ac 2007-09-10 16:37:15 UTC (rev 486)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(omccmpi, 1.0.1)
+AC_INIT(cmpibase, 1.0.0)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADER([config.h])
@@ -153,7 +153,7 @@
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h sys/time.h openssl/evp.h sys/param.h sys/vfs.h],,[AC_MSG_ERROR(Missing headers: likely won't compile)])
+AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h sys/time.h sys/param.h sys/vfs.h],,[AC_MSG_ERROR(Missing headers: likely won't compile)])
AC_LANG_CPLUSPLUS
AC_CHECK_HEADERS([cimple/cimple.h],[HAVE_CIMPLE="1"],[HAVE_CIMPLE="0"])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|