From 1546ef48fb07fd435f0847dfb9028b06e2527ee5 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 2 Jun 2013 02:10:01 +0700 Subject: [PATCH] #66 --- tcejdb/Makefile.in | 8 ++++++++ tcejdb/configure | 18 +++++++++--------- tcejdb/configure.ac | 2 +- tcejdb/mxe/mxe-build.sh | 2 +- tcejdb/tcutil.h | 2 +- 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/tcejdb/Makefile.in b/tcejdb/Makefile.in index 1ac6b15..1fa404e 100644 --- a/tcejdb/Makefile.in +++ b/tcejdb/Makefile.in @@ -143,6 +143,14 @@ install : @printf '#================================================================\n' win-archive : install + cp $(MXE)/usr/lib/gcc/$(HOST_NAME)/*/libgcc.a ./$(HOST_NAME)/lib + cp $(MXE)/usr/$(HOST_NAME)/lib/libmingwex.a ./$(HOST_NAME)/lib + cp $(MXE)/usr/$(HOST_NAME)/lib/libpcre.a ./$(HOST_NAME)/lib + cp $(MXE)/usr/$(HOST_NAME)/lib/libpcreposix.a ./$(HOST_NAME)/lib + cp $(MXE)/usr/$(HOST_NAME)/lib/libwinpthread.a ./$(HOST_NAME)/lib + cp $(MXE)/usr/$(HOST_NAME)/lib/libz.a ./$(HOST_NAME)/lib + test -d $(HOST_NAME)/samples || mkdir $(HOST_NAME)/samples + cp -R ./samples/win32/* $(HOST_NAME)/samples cd $(HOST_NAME) && zip -r ../$(PACKAGEBASE).zip ./* uninstall : diff --git a/tcejdb/configure b/tcejdb/configure index 4b0d3ea..b2fd251 100755 --- a/tcejdb/configure +++ b/tcejdb/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for tcejdb 1.1.10. +# Generated by GNU Autoconf 2.69 for tcejdb 1.1.11. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='tcejdb' PACKAGE_TARNAME='tcejdb' -PACKAGE_VERSION='1.1.10' -PACKAGE_STRING='tcejdb 1.1.10' +PACKAGE_VERSION='1.1.11' +PACKAGE_STRING='tcejdb 1.1.11' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1268,7 +1268,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures tcejdb 1.1.10 to adapt to many kinds of systems. +\`configure' configures tcejdb 1.1.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1333,7 +1333,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of tcejdb 1.1.10:";; + short | recursive ) echo "Configuration of tcejdb 1.1.11:";; esac cat <<\_ACEOF @@ -1439,7 +1439,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -tcejdb configure 1.1.10 +tcejdb configure 1.1.11 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1737,7 +1737,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by tcejdb $as_me 1.1.10, which was +It was created by tcejdb $as_me 1.1.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -5273,7 +5273,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by tcejdb $as_me 1.1.10, which was +This file was extended by tcejdb $as_me 1.1.11, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5326,7 +5326,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -tcejdb config.status 1.1.10 +tcejdb config.status 1.1.11 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/tcejdb/configure.ac b/tcejdb/configure.ac index 7fd5d7e..6240bab 100644 --- a/tcejdb/configure.ac +++ b/tcejdb/configure.ac @@ -10,7 +10,7 @@ test -n "$CPPFLAGS" && MYCPPFLAGS="$CPPFLAGS $MYCPPFLAGS" test -n "$LDFLAGS" && MYLDFLAGS="$LDFLAGS $MYLDFLAGS" # Package name -AC_INIT(tcejdb, 1.1.10) +AC_INIT(tcejdb, 1.1.11) AC_CANONICAL_HOST # Package information diff --git a/tcejdb/mxe/mxe-build.sh b/tcejdb/mxe/mxe-build.sh index 9cf5e4d..354ad63 100755 --- a/tcejdb/mxe/mxe-build.sh +++ b/tcejdb/mxe/mxe-build.sh @@ -44,6 +44,6 @@ autoconf ./configure --host="${HOST}" --prefix=${PREFIX} ${CONFLAGS} make clean make -make win-archive +make MXE=${MXE_HOME} win-archive make -C testejdb/ all diff --git a/tcejdb/tcutil.h b/tcejdb/tcutil.h index d8684d8..f2b5f8b 100644 --- a/tcejdb/tcutil.h +++ b/tcejdb/tcutil.h @@ -3726,7 +3726,7 @@ typedef unsigned char TCBITMAP; /* type of a bit map object */ #include -#define _TC_VERSION "1.1.10" +#define _TC_VERSION "1.1.11" #define _TC_LIBVER 911 #define _TC_FORMATVER "1.0" -- 2.7.4