]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 11 Jan 2010 16:32:56 +0000 (16:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 11 Jan 2010 16:32:56 +0000 (16:32 +0000)
config/config.h.in
config/configure.xml
configure
configure.ac
magick/magick-config.h
magick/version.h

index bc3a3f88e30518cfaf431d038e1082a5b6ff63dc..e8ae0c6e41d2299a77ddfa08136f15fc89d5fb4f 100644 (file)
 /* Define to 1 if you have the `sigemptyset' function. */
 #undef HAVE_SIGEMPTYSET
 
+/* Define to 1 if you have the `spawnvp' function. */
+#undef HAVE_SPAWNVP
+
 /* Define to 1 if you have the `sqrt' function. */
 #undef HAVE_SQRT
 
index b50174486e99e2cd4314b4a9b036981296fcb4c0..9ad1125c333d78644c0efccea5ea63e58da04954 100644 (file)
@@ -9,7 +9,7 @@
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x659"/>
   <configure name="LIB_VERSION_NUMBER" value="6,5,9,0"/>
-  <configure name="RELEASE_DATE" value="2010-01-09"/>
+  <configure name="RELEASE_DATE" value="2010-01-11"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
   <configure name="EXEC-PREFIX" value="/usr/local"/>
index ad92727b99bd80ded3f25d75437120fe42686d54..023c032db3cf53f010eab9ed78e4fe474bcbe433 100755 (executable)
--- a/configure
+++ b/configure
@@ -21692,7 +21692,7 @@ done
 
 
 
-for ac_func in _exit atexit clock directio execvp floor fork ftime ftruncate getcwd getpid getexecname getdtablesize getpagesize getrlimit getrusage gettimeofday gmtime_r localtime_r lstat memmove memset mkstemp munmap _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign pow pread pwrite raise rand_r readlink readdir_r realpath select seekdir setlocale sqrt setvbuf stat strchr strerror_r strrchr strcspn strdup strpbrk strspn strstr strtol strtoul symlink sysconf sigemptyset sigaction strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times usleep vsprintf vsnprintf waitpid _wfopen _wstat
+for ac_func in _exit atexit clock directio execvp floor fork ftime ftruncate getcwd getpid getexecname getdtablesize getpagesize getrlimit getrusage gettimeofday gmtime_r localtime_r lstat memmove memset mkstemp munmap _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign pow pread pwrite raise rand_r readlink readdir_r realpath select seekdir setlocale sqrt setvbuf stat strchr strerror_r strrchr strcspn strdup strpbrk strspn strstr strtol strtoul symlink sysconf sigemptyset sigaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times usleep vsprintf vsnprintf waitpid _wfopen _wstat
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
index d09b3ae26004d8d7d9ae9929acbb9cfd6e87696e..1f6c3d492d6ae6dc237283b7e6faebdf370510c0 100755 (executable)
@@ -971,7 +971,7 @@ AC_TYPE_SIGNAL
 AC_FUNC_STRTOD
 AC_FUNC_VPRINTF
 
-AC_CHECK_FUNCS([_exit atexit clock directio execvp floor fork ftime ftruncate getcwd getpid getexecname getdtablesize getpagesize getrlimit getrusage gettimeofday gmtime_r localtime_r lstat memmove memset mkstemp munmap _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign pow pread pwrite raise rand_r readlink readdir_r realpath select seekdir setlocale sqrt setvbuf stat strchr strerror_r strrchr strcspn strdup strpbrk strspn strstr strtol strtoul symlink sysconf sigemptyset sigaction strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times usleep vsprintf vsnprintf waitpid _wfopen _wstat])
+AC_CHECK_FUNCS([_exit atexit clock directio execvp floor fork ftime ftruncate getcwd getpid getexecname getdtablesize getpagesize getrlimit getrusage gettimeofday gmtime_r localtime_r lstat memmove memset mkstemp munmap _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign pow pread pwrite raise rand_r readlink readdir_r realpath select seekdir setlocale sqrt setvbuf stat strchr strerror_r strrchr strcspn strdup strpbrk strspn strstr strtol strtoul symlink sysconf sigemptyset sigaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times usleep vsprintf vsnprintf waitpid _wfopen _wstat])
 
 #
 # Check for clock_gettime().
index e8a2706656149268ba760263efd76eadf6c0f517..870b5019fbe82e215f3b7daf4469cc987795d43e 100644 (file)
 #define MAGICKCORE_HAVE_SIGEMPTYSET  1 
 #endif
 
+/* Define to 1 if you have the `spawnvp' function. */
+/* #undef HAVE_SPAWNVP */
+
 /* Define to 1 if you have the `sqrt' function. */
 /* #undef HAVE_SQRT */
 
index b02a5d4af5b9ef4a1d8180d3f39ffd737ebd528c..e20cbdaf53d8213b9a2428bee6d71bc655040a39 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 #define MagickLibVersionNumber  2,0,1
 #define MagickLibSubversion  "-0"
 #define MagickLibInterface  2
-#define MagickReleaseDate  "2010-01-09"
+#define MagickReleaseDate  "2010-01-11"
 #define MagickChangeDate   "20100101"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickHomeURL  "file:///usr/local/share/doc/ImageMagick-6.5.9/index.html"