Skip to content

Commit

Permalink
update libcstl revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
activesys committed Sep 28, 2011
1 parent 45e4b3c commit 150544f
Show file tree
Hide file tree
Showing 34 changed files with 4,273 additions and 5,046 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ AUTOMAKE = ${SHELL} /home/wb/project/libcstl/trunk/missing --run automake-1.11
AWK = gawk
CC = gcc -std=gnu99
CCDEPMODE = depmode=gcc3
CFLAGS = -g
CFLAGS = -g -O2
CPP = gcc -E
CPPFLAGS =
CYGPATH_W = echo
Expand Down Expand Up @@ -149,17 +149,17 @@ OTOOL64 =
PACKAGE = libcstl
PACKAGE_BUGREPORT = [email protected]
PACKAGE_NAME = libcstl
PACKAGE_STRING = libcstl 2.0.1
PACKAGE_STRING = libcstl 2.0.2
PACKAGE_TARNAME = libcstl
PACKAGE_URL =
PACKAGE_VERSION = 2.0.1
PACKAGE_VERSION = 2.0.2
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /bin/sed
SET_MAKE =
SHELL = /bin/sh
STRIP = strip
VERSION = 2.0.1
VERSION = 2.0.2
abs_builddir = /home/wb/project/libcstl/trunk
abs_srcdir = /home/wb/project/libcstl/trunk
abs_top_builddir = /home/wb/project/libcstl/trunk
Expand Down Expand Up @@ -196,7 +196,6 @@ libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
lt_ECHO = echo
mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
Expand Down
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
Expand Down
Loading

0 comments on commit 150544f

Please sign in to comment.