mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-20 21:10:08 -05:00
version to 3.1.0
This commit is contained in:
parent
1876a2a266
commit
3b9b792e02
2
config.h
2
config.h
@ -84,7 +84,7 @@
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "3.0.2"
|
||||
#define VERSION "3.1.0"
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
/* #undef const */
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2827,7 +2827,7 @@ fi
|
||||
# Define the identity of the package.
|
||||
|
||||
PACKAGE=flam3
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.1.0"
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -5,7 +5,7 @@ AC_INIT(flam3-animate.c)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_ARG_ENABLE(pthread, [ --enable-pthread compile FLAM3 with threads enabled (default=yes)])
|
||||
AC_ARG_ENABLE(atomic_ops, [ --enable-atomic-ops compile FLAM3 with atom ops enabled (default=yes, independently checks for 32 and 64 bit sizes)])
|
||||
AM_INIT_AUTOMAKE(flam3,"3.0.2")
|
||||
AM_INIT_AUTOMAKE(flam3,"3.1.0")
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
16
libtool
16
libtool
@ -1,8 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
# libtool - Provide generalized library-building support services.
|
||||
# Generated automatically by config.status (flam3) 3.0.2
|
||||
# Libtool was configured on host nuc:
|
||||
# Generated automatically by config.status (flam3) 3.1.0
|
||||
# Libtool was configured on host localhost:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||
@ -56,12 +56,12 @@ fast_install=needless
|
||||
|
||||
# The host system.
|
||||
host_alias=
|
||||
host=x86_64-unknown-linux-gnu
|
||||
host=i686-pc-linux-gnu
|
||||
host_os=linux-gnu
|
||||
|
||||
# The build system.
|
||||
build_alias=
|
||||
build=x86_64-unknown-linux-gnu
|
||||
build=i686-pc-linux-gnu
|
||||
build_os=linux-gnu
|
||||
|
||||
# A sed program that does not truncate output.
|
||||
@ -86,7 +86,7 @@ NM="/usr/bin/nm -B"
|
||||
LN_S="ln -s"
|
||||
|
||||
# What is the maximum length of a command?
|
||||
max_cmd_len=3458764513820540925
|
||||
max_cmd_len=805306365
|
||||
|
||||
# Object file suffix (normally "o").
|
||||
objext=o
|
||||
@ -234,10 +234,10 @@ finish_eval=""
|
||||
hardcode_into_libs=yes
|
||||
|
||||
# Compile-time system search path for libraries.
|
||||
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib"
|
||||
sys_lib_search_path_spec="/usr/lib/gcc/i686-linux-gnu/4.8 /usr/lib/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib"
|
||||
|
||||
# Run-time system search path for libraries.
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa "
|
||||
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/i386-linux-gnu/libfakeroot /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib "
|
||||
|
||||
# Whether dlopen is supported.
|
||||
dlopen_support=unknown
|
||||
@ -254,7 +254,7 @@ striplib="strip --strip-unneeded"
|
||||
|
||||
|
||||
# The linker used to build libraries.
|
||||
LD="/usr/bin/ld -m elf_x86_64"
|
||||
LD="/usr/bin/ld"
|
||||
|
||||
# Commands used to build an old-style archive.
|
||||
old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$oldlib"
|
||||
|
Loading…
Reference in New Issue
Block a user