@@ -31,8 +31,8 @@ POST_INSTALL = :
31
31
NORMAL_UNINSTALL = :
32
32
PRE_UNINSTALL = :
33
33
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
36
36
subdir = .
37
37
DIST_COMMON = README $(am__configure_deps ) $(srcdir ) /Makefile.am \
38
38
$(srcdir ) /Makefile.in $(srcdir ) /config.h.in \
@@ -102,12 +102,12 @@ DIST_ARCHIVES = $(distdir).tar.gz
102
102
GZIP_ENV = --best
103
103
distuninstallcheck_listfiles = find . -type f -print
104
104
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
107
107
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
111
111
AWK = gawk
112
112
CC = gcc -std=gnu99
113
113
CCDEPMODE = depmode=gcc3
@@ -131,15 +131,15 @@ INSTALL_DATA = ${INSTALL} -m 644
131
131
INSTALL_PROGRAM = ${INSTALL}
132
132
INSTALL_SCRIPT = ${INSTALL}
133
133
INSTALL_STRIP_PROGRAM = $(install_sh ) -c -s
134
- LD = /usr/bin/ld
134
+ LD = /usr/bin/ld -m elf_x86_64
135
135
LDFLAGS =
136
136
LIBOBJS =
137
137
LIBS =
138
138
LIBTOOL = $(SHELL ) $(top_builddir ) /libtool
139
139
LIPO =
140
140
LN_S = ln -s
141
141
LTLIBOBJS =
142
- MAKEINFO = ${SHELL} /home/wb/project /git/libcstl/missing --run makeinfo
142
+ MAKEINFO = ${SHELL} /home/wb/Projects /git/libcstl/missing --run makeinfo
143
143
MKDIR_P = /bin/mkdir -p
144
144
NM = /usr/bin/nm -B
145
145
NMEDIT =
@@ -150,21 +150,20 @@ OTOOL64 =
150
150
PACKAGE = libcstl
151
151
PACKAGE_BUGREPORT =
[email protected]
152
152
PACKAGE_NAME = libcstl
153
- PACKAGE_STRING = libcstl 2.1 .0
153
+ PACKAGE_STRING = libcstl 2.2 .0
154
154
PACKAGE_TARNAME = libcstl
155
- PACKAGE_URL =
156
- PACKAGE_VERSION = 2.1.0
155
+ PACKAGE_VERSION = 2.2.0
157
156
PATH_SEPARATOR = :
158
157
RANLIB = ranlib
159
158
SED = /bin/sed
160
159
SET_MAKE =
161
160
SHELL = /bin/sh
162
161
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
168
167
ac_ct_CC = gcc
169
168
ac_ct_DUMPBIN =
170
169
am__include = include
@@ -173,30 +172,31 @@ am__quote =
173
172
am__tar = ${AMTAR} chof - "$$tardir"
174
173
am__untar = ${AMTAR} xf -
175
174
bindir = ${exec_prefix}/bin
176
- build = i686-pc -linux-gnu
175
+ build = x86_64-unknown -linux-gnu
177
176
build_alias =
178
- build_cpu = i686
177
+ build_cpu = x86_64
179
178
build_os = linux-gnu
180
- build_vendor = pc
179
+ build_vendor = unknown
181
180
builddir = .
182
181
datadir = ${datarootdir}
183
182
datarootdir = ${prefix}/share
184
183
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
185
184
dvidir = ${docdir}
186
185
exec_prefix = ${prefix}
187
- host = i686-pc -linux-gnu
186
+ host = x86_64-unknown -linux-gnu
188
187
host_alias =
189
- host_cpu = i686
188
+ host_cpu = x86_64
190
189
host_os = linux-gnu
191
- host_vendor = pc
190
+ host_vendor = unknown
192
191
htmldir = ${docdir}
193
192
includedir = ${prefix}/include
194
193
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
196
195
libdir = ${exec_prefix}/lib
197
196
libexecdir = ${exec_prefix}/libexec
198
197
localedir = ${datarootdir}/locale
199
198
localstatedir = ${prefix}/var
199
+ lt_ECHO = echo
200
200
mandir = ${datarootdir}/man
201
201
mkdir_p = /bin/mkdir -p
202
202
oldincludedir = /usr/include
0 commit comments