Changeset 386 for WizardsToolkit/trunk
- Timestamp:
- 10/15/09 18:14:34 (5 weeks ago)
- Location:
- WizardsToolkit/trunk
- Files:
-
- 4 modified
-
config/configure.xml (modified) (1 diff)
-
configure (modified) (14 diffs)
-
configure.ac (modified) (1 diff)
-
wizard/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
WizardsToolkit/trunk/config/configure.xml
r259 r386 18 18 <configure name="LIB_VERSION" value="0x107" /> 19 19 <configure name="LIB_VERSION_NUMBER" value="1,0,7,0" /> 20 <configure name="RELEASE_DATE" value="2009- 09-30" />20 <configure name="RELEASE_DATE" value="2009-10-15" /> 21 21 <configure name="COPYRIGHT" value="Copyright (C) 1999-2009 ImageMagick Studio LLC" /> 22 22 <configure name="WEBSITE" value="http://www.wizards-toolkit.org" /> -
WizardsToolkit/trunk/configure
r259 r386 1046 1046 enable_installed 1047 1047 enable_embeddable 1048 enable_libtool_verbose1049 1048 enable_assert 1050 1049 enable_maintainer_mode … … 1723 1722 --enable-embeddable enable self-contained, embeddable, 1724 1723 zero-configuration Wizard's Toolkit 1725 --enable-libtool-verbose1726 enable verbose libtool output1727 1724 --disable-assert disable assert() statements in build 1728 1725 --enable-maintainer-mode enable make rules and dependencies not useful … … 7939 7936 lt_cv_nm_interface="BSD nm" 7940 7937 echo "int some_variable = 0;" > conftest.$ac_ext 7941 (eval echo "\"\$as_me:79 41: $ac_compile\"" >&5)7938 (eval echo "\"\$as_me:7938: $ac_compile\"" >&5) 7942 7939 (eval "$ac_compile" 2>conftest.err) 7943 7940 cat conftest.err >&5 7944 (eval echo "\"\$as_me:794 4: $NM \\\"conftest.$ac_objext\\\"\"" >&5)7941 (eval echo "\"\$as_me:7941: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 7945 7942 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 7946 7943 cat conftest.err >&5 7947 (eval echo "\"\$as_me:794 7: output\"" >&5)7944 (eval echo "\"\$as_me:7944: output\"" >&5) 7948 7945 cat conftest.out >&5 7949 7946 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 9136 9133 *-*-irix6*) 9137 9134 # Find out which ABI we are using. 9138 echo '#line 913 8"configure"' > conftest.$ac_ext9135 echo '#line 9135 "configure"' > conftest.$ac_ext 9139 9136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9140 9137 (eval $ac_compile) 2>&5 … … 11538 11535 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11539 11536 -e 's:$: $lt_compiler_flag:'` 11540 (eval echo "\"\$as_me:115 40: $lt_compile\"" >&5)11537 (eval echo "\"\$as_me:11537: $lt_compile\"" >&5) 11541 11538 (eval "$lt_compile" 2>conftest.err) 11542 11539 ac_status=$? 11543 11540 cat conftest.err >&5 11544 echo "$as_me:1154 4: \$? = $ac_status" >&511541 echo "$as_me:11541: \$? = $ac_status" >&5 11545 11542 if (exit $ac_status) && test -s "$ac_outfile"; then 11546 11543 # The compiler can only warn and ignore the option if not recognized … … 11877 11874 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11878 11875 -e 's:$: $lt_compiler_flag:'` 11879 (eval echo "\"\$as_me:1187 9: $lt_compile\"" >&5)11876 (eval echo "\"\$as_me:11876: $lt_compile\"" >&5) 11880 11877 (eval "$lt_compile" 2>conftest.err) 11881 11878 ac_status=$? 11882 11879 cat conftest.err >&5 11883 echo "$as_me:1188 3: \$? = $ac_status" >&511880 echo "$as_me:11880: \$? = $ac_status" >&5 11884 11881 if (exit $ac_status) && test -s "$ac_outfile"; then 11885 11882 # The compiler can only warn and ignore the option if not recognized … … 11982 11979 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11983 11980 -e 's:$: $lt_compiler_flag:'` 11984 (eval echo "\"\$as_me:1198 4: $lt_compile\"" >&5)11981 (eval echo "\"\$as_me:11981: $lt_compile\"" >&5) 11985 11982 (eval "$lt_compile" 2>out/conftest.err) 11986 11983 ac_status=$? 11987 11984 cat out/conftest.err >&5 11988 echo "$as_me:1198 8: \$? = $ac_status" >&511985 echo "$as_me:11985: \$? = $ac_status" >&5 11989 11986 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11990 11987 then … … 12037 12034 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12038 12035 -e 's:$: $lt_compiler_flag:'` 12039 (eval echo "\"\$as_me:1203 9: $lt_compile\"" >&5)12036 (eval echo "\"\$as_me:12036: $lt_compile\"" >&5) 12040 12037 (eval "$lt_compile" 2>out/conftest.err) 12041 12038 ac_status=$? 12042 12039 cat out/conftest.err >&5 12043 echo "$as_me:1204 3: \$? = $ac_status" >&512040 echo "$as_me:12040: \$? = $ac_status" >&5 12044 12041 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12045 12042 then … … 14840 14837 lt_status=$lt_dlunknown 14841 14838 cat > conftest.$ac_ext <<_LT_EOF 14842 #line 148 42"configure"14839 #line 14839 "configure" 14843 14840 #include "confdefs.h" 14844 14841 … … 14936 14933 lt_status=$lt_dlunknown 14937 14934 cat > conftest.$ac_ext <<_LT_EOF 14938 #line 1493 8"configure"14935 #line 14935 "configure" 14939 14936 #include "confdefs.h" 14940 14937 … … 16956 16953 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16957 16954 -e 's:$: $lt_compiler_flag:'` 16958 (eval echo "\"\$as_me:1695 8: $lt_compile\"" >&5)16955 (eval echo "\"\$as_me:16955: $lt_compile\"" >&5) 16959 16956 (eval "$lt_compile" 2>conftest.err) 16960 16957 ac_status=$? 16961 16958 cat conftest.err >&5 16962 echo "$as_me:169 62: \$? = $ac_status" >&516959 echo "$as_me:16959: \$? = $ac_status" >&5 16963 16960 if (exit $ac_status) && test -s "$ac_outfile"; then 16964 16961 # The compiler can only warn and ignore the option if not recognized … … 17055 17052 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17056 17053 -e 's:$: $lt_compiler_flag:'` 17057 (eval echo "\"\$as_me:1705 7: $lt_compile\"" >&5)17054 (eval echo "\"\$as_me:17054: $lt_compile\"" >&5) 17058 17055 (eval "$lt_compile" 2>out/conftest.err) 17059 17056 ac_status=$? 17060 17057 cat out/conftest.err >&5 17061 echo "$as_me:170 61: \$? = $ac_status" >&517058 echo "$as_me:17058: \$? = $ac_status" >&5 17062 17059 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17063 17060 then … … 17107 17104 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17108 17105 -e 's:$: $lt_compiler_flag:'` 17109 (eval echo "\"\$as_me:1710 9: $lt_compile\"" >&5)17106 (eval echo "\"\$as_me:17106: $lt_compile\"" >&5) 17110 17107 (eval "$lt_compile" 2>out/conftest.err) 17111 17108 ac_status=$? 17112 17109 cat out/conftest.err >&5 17113 echo "$as_me:1711 3: \$? = $ac_status" >&517110 echo "$as_me:17110: \$? = $ac_status" >&5 17114 17111 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17115 17112 then … … 18160 18157 _ACEOF 18161 18158 18162 fi18163 18164 # Enable verbose output from libtool (enable libtool's default)18165 # Check whether --enable-libtool-verbose was given.18166 if test "${enable_libtool_verbose+set}" = set; then18167 enableval=$enable_libtool_verbose; enable_libtool_verbose=$enableval18168 else18169 enable_libtool_verbose='no'18170 fi18171 18172 18173 if test "$with_libtool_verbose" = 'no'; then18174 LIBTOOL="$LIBTOOL --silent"18175 18159 fi 18176 18160 -
WizardsToolkit/trunk/configure.ac
r259 r386 436 436 AC_DEFINE(EMBEDDABLE_SUPPORT,1,[Build self-contained, embeddable, zero-configuration Wizard's Toolkit (experimental)]) 437 437 fi 438 439 # Enable verbose output from libtool (enable libtool's default)440 AC_ARG_ENABLE([libtool-verbose],441 [AC_HELP_STRING([--enable-libtool-verbose],442 [enable verbose libtool output])],443 [enable_libtool_verbose=$enableval],444 [enable_libtool_verbose='no'])445 446 if test "$with_libtool_verbose" = 'no'; then447 LIBTOOL="$LIBTOOL --silent"448 fi449 438 450 439 # Build a version of Wizard with assert statements. -
WizardsToolkit/trunk/wizard/version.h
r259 r386 32 32 #define WizardLibVersionNumber 1,0,1 33 33 #define WizardLibSubversion "-0" 34 #define WizardReleaseDate "2009- 09-30"34 #define WizardReleaseDate "2009-10-15" 35 35 #define WizardChangeDate "20090428" 36 36 #define WizardAuthoritativeURL "http://www.wizards-toolkit.org"
