Skip to content

Commit 6f22b6d

Browse files
committed
create branch v2.2.
1 parent b5f49e4 commit 6f22b6d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8468
-7599
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ The current maintainers:
44
55

66
Contributors:
7+
Yang Yu
78

Makefile

+24-24
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ POST_INSTALL = :
3131
NORMAL_UNINSTALL = :
3232
PRE_UNINSTALL = :
3333
POST_UNINSTALL = :
34-
build_triplet = i686-pc-linux-gnu
35-
host_triplet = i686-pc-linux-gnu
34+
build_triplet = x86_64-unknown-linux-gnu
35+
host_triplet = x86_64-unknown-linux-gnu
3636
subdir = .
3737
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
3838
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
@@ -102,12 +102,12 @@ DIST_ARCHIVES = $(distdir).tar.gz
102102
GZIP_ENV = --best
103103
distuninstallcheck_listfiles = find . -type f -print
104104
distcleancheck_listfiles = find . -type f -print
105-
ACLOCAL = ${SHELL} /home/wb/project/git/libcstl/missing --run aclocal-1.11
106-
AMTAR = ${SHELL} /home/wb/project/git/libcstl/missing --run tar
105+
ACLOCAL = ${SHELL} /home/wb/Projects/git/libcstl/missing --run aclocal-1.11
106+
AMTAR = ${SHELL} /home/wb/Projects/git/libcstl/missing --run tar
107107
AR = ar
108-
AUTOCONF = ${SHELL} /home/wb/project/git/libcstl/missing --run autoconf
109-
AUTOHEADER = ${SHELL} /home/wb/project/git/libcstl/missing --run autoheader
110-
AUTOMAKE = ${SHELL} /home/wb/project/git/libcstl/missing --run automake-1.11
108+
AUTOCONF = ${SHELL} /home/wb/Projects/git/libcstl/missing --run autoconf
109+
AUTOHEADER = ${SHELL} /home/wb/Projects/git/libcstl/missing --run autoheader
110+
AUTOMAKE = ${SHELL} /home/wb/Projects/git/libcstl/missing --run automake-1.11
111111
AWK = gawk
112112
CC = gcc -std=gnu99
113113
CCDEPMODE = depmode=gcc3
@@ -131,15 +131,15 @@ INSTALL_DATA = ${INSTALL} -m 644
131131
INSTALL_PROGRAM = ${INSTALL}
132132
INSTALL_SCRIPT = ${INSTALL}
133133
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
134-
LD = /usr/bin/ld
134+
LD = /usr/bin/ld -m elf_x86_64
135135
LDFLAGS =
136136
LIBOBJS =
137137
LIBS =
138138
LIBTOOL = $(SHELL) $(top_builddir)/libtool
139139
LIPO =
140140
LN_S = ln -s
141141
LTLIBOBJS =
142-
MAKEINFO = ${SHELL} /home/wb/project/git/libcstl/missing --run makeinfo
142+
MAKEINFO = ${SHELL} /home/wb/Projects/git/libcstl/missing --run makeinfo
143143
MKDIR_P = /bin/mkdir -p
144144
NM = /usr/bin/nm -B
145145
NMEDIT =
@@ -150,21 +150,20 @@ OTOOL64 =
150150
PACKAGE = libcstl
151151
PACKAGE_BUGREPORT = [email protected]
152152
PACKAGE_NAME = libcstl
153-
PACKAGE_STRING = libcstl 2.1.0
153+
PACKAGE_STRING = libcstl 2.2.0
154154
PACKAGE_TARNAME = libcstl
155-
PACKAGE_URL =
156-
PACKAGE_VERSION = 2.1.0
155+
PACKAGE_VERSION = 2.2.0
157156
PATH_SEPARATOR = :
158157
RANLIB = ranlib
159158
SED = /bin/sed
160159
SET_MAKE =
161160
SHELL = /bin/sh
162161
STRIP = strip
163-
VERSION = 2.1.0
164-
abs_builddir = /home/wb/project/git/libcstl
165-
abs_srcdir = /home/wb/project/git/libcstl
166-
abs_top_builddir = /home/wb/project/git/libcstl
167-
abs_top_srcdir = /home/wb/project/git/libcstl
162+
VERSION = 2.2.0
163+
abs_builddir = /home/wb/Projects/git/libcstl
164+
abs_srcdir = /home/wb/Projects/git/libcstl
165+
abs_top_builddir = /home/wb/Projects/git/libcstl
166+
abs_top_srcdir = /home/wb/Projects/git/libcstl
168167
ac_ct_CC = gcc
169168
ac_ct_DUMPBIN =
170169
am__include = include
@@ -173,30 +172,31 @@ am__quote =
173172
am__tar = ${AMTAR} chof - "$$tardir"
174173
am__untar = ${AMTAR} xf -
175174
bindir = ${exec_prefix}/bin
176-
build = i686-pc-linux-gnu
175+
build = x86_64-unknown-linux-gnu
177176
build_alias =
178-
build_cpu = i686
177+
build_cpu = x86_64
179178
build_os = linux-gnu
180-
build_vendor = pc
179+
build_vendor = unknown
181180
builddir = .
182181
datadir = ${datarootdir}
183182
datarootdir = ${prefix}/share
184183
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
185184
dvidir = ${docdir}
186185
exec_prefix = ${prefix}
187-
host = i686-pc-linux-gnu
186+
host = x86_64-unknown-linux-gnu
188187
host_alias =
189-
host_cpu = i686
188+
host_cpu = x86_64
190189
host_os = linux-gnu
191-
host_vendor = pc
190+
host_vendor = unknown
192191
htmldir = ${docdir}
193192
includedir = ${prefix}/include
194193
infodir = ${datarootdir}/info
195-
install_sh = ${SHELL} /home/wb/project/git/libcstl/install-sh
194+
install_sh = ${SHELL} /home/wb/Projects/git/libcstl/install-sh
196195
libdir = ${exec_prefix}/lib
197196
libexecdir = ${exec_prefix}/libexec
198197
localedir = ${datarootdir}/locale
199198
localstatedir = ${prefix}/var
199+
lt_ECHO = echo
200200
mandir = ${datarootdir}/man
201201
mkdir_p = /bin/mkdir -p
202202
oldincludedir = /usr/include

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152152
PACKAGE_NAME = @PACKAGE_NAME@
153153
PACKAGE_STRING = @PACKAGE_STRING@
154154
PACKAGE_TARNAME = @PACKAGE_TARNAME@
155-
PACKAGE_URL = @PACKAGE_URL@
156155
PACKAGE_VERSION = @PACKAGE_VERSION@
157156
PATH_SEPARATOR = @PATH_SEPARATOR@
158157
RANLIB = @RANLIB@
@@ -197,6 +196,7 @@ libdir = @libdir@
197196
libexecdir = @libexecdir@
198197
localedir = @localedir@
199198
localstatedir = @localstatedir@
199+
lt_ECHO = @lt_ECHO@
200200
mandir = @mandir@
201201
mkdir_p = @mkdir_p@
202202
oldincludedir = @oldincludedir@

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.1.0
1+
2.2.0
22

0 commit comments

Comments
 (0)