Skip to content

Commit b101e0a

Browse files
committed
Version 0.2.1
1 parent 541bcd1 commit b101e0a

5 files changed

Lines changed: 17 additions & 14 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
0.2.1:
3+
- More build system fixes.
4+
25
0.2:
36
- Updates to allow compiling on modern systems.
47

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ CSCOPE = cscope
182182
DIST_SUBDIRS = $(SUBDIRS)
183183
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
184184
COPYING ChangeLog INSTALL NEWS README TODO compile \
185-
config.guess config.sub install-sh ltmain.sh missing
185+
config.guess config.sub depcomp install-sh ltmain.sh missing
186186
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
187187
distdir = $(PACKAGE)-$(VERSION)
188188
top_distdir = $(distdir)

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
XLIBTRACE 0.2
3-
=============
2+
XLIBTRACE 0.2.1
3+
===============
44

55
by Kevin Pulo, kev@pulo.com.au, and contributors
66
http://www.kev.pulo.com.au/xlibtrace/

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for xlibtrace 0.2.
3+
# Generated by GNU Autoconf 2.69 for xlibtrace 0.2.1.
44
#
55
# Report bugs to <kev@pulo.com.au>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='xlibtrace'
592592
PACKAGE_TARNAME='xlibtrace'
593-
PACKAGE_VERSION='0.2'
594-
PACKAGE_STRING='xlibtrace 0.2'
593+
PACKAGE_VERSION='0.2.1'
594+
PACKAGE_STRING='xlibtrace 0.2.1'
595595
PACKAGE_BUGREPORT='kev@pulo.com.au'
596596
PACKAGE_URL=''
597597

@@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
13241324
# Omit some internal or obsolete options to make the list less imposing.
13251325
# This message is too long to be a string in the A/UX 3.1 sh.
13261326
cat <<_ACEOF
1327-
\`configure' configures xlibtrace 0.2 to adapt to many kinds of systems.
1327+
\`configure' configures xlibtrace 0.2.1 to adapt to many kinds of systems.
13281328
13291329
Usage: $0 [OPTION]... [VAR=VALUE]...
13301330
@@ -1395,7 +1395,7 @@ fi
13951395

13961396
if test -n "$ac_init_help"; then
13971397
case $ac_init_help in
1398-
short | recursive ) echo "Configuration of xlibtrace 0.2:";;
1398+
short | recursive ) echo "Configuration of xlibtrace 0.2.1:";;
13991399
esac
14001400
cat <<\_ACEOF
14011401
@@ -1505,7 +1505,7 @@ fi
15051505
test -n "$ac_init_help" && exit $ac_status
15061506
if $ac_init_version; then
15071507
cat <<\_ACEOF
1508-
xlibtrace configure 0.2
1508+
xlibtrace configure 0.2.1
15091509
generated by GNU Autoconf 2.69
15101510
15111511
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1837,7 +1837,7 @@ cat >config.log <<_ACEOF
18371837
This file contains any messages produced by compilers while
18381838
running configure, to aid debugging if configure makes a mistake.
18391839
1840-
It was created by xlibtrace $as_me 0.2, which was
1840+
It was created by xlibtrace $as_me 0.2.1, which was
18411841
generated by GNU Autoconf 2.69. Invocation command line was
18421842
18431843
$ $0 $@
@@ -2701,7 +2701,7 @@ fi
27012701

27022702
# Define the identity of the package.
27032703
PACKAGE='xlibtrace'
2704-
VERSION='0.2'
2704+
VERSION='0.2.1'
27052705

27062706

27072707
cat >>confdefs.h <<_ACEOF
@@ -12710,7 +12710,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1271012710
# report actual input values of CONFIG_FILES etc. instead of their
1271112711
# values after options handling.
1271212712
ac_log="
12713-
This file was extended by xlibtrace $as_me 0.2, which was
12713+
This file was extended by xlibtrace $as_me 0.2.1, which was
1271412714
generated by GNU Autoconf 2.69. Invocation command line was
1271512715
1271612716
CONFIG_FILES = $CONFIG_FILES
@@ -12776,7 +12776,7 @@ _ACEOF
1277612776
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1277712777
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1277812778
ac_cs_version="\\
12779-
xlibtrace config.status 0.2
12779+
xlibtrace config.status 0.2.1
1278012780
configured by $0, generated by GNU Autoconf 2.69,
1278112781
with options \\"\$ac_cs_config\\"
1278212782

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
AC_PREREQ(2.5)
27-
AC_INIT(xlibtrace, [0.2], [kev@pulo.com.au])
27+
AC_INIT(xlibtrace, [0.2.1], [kev@pulo.com.au])
2828
AC_CONFIG_SRCDIR([src/libxlibtrace.c])
2929
AM_INIT_AUTOMAKE
3030
AM_CONFIG_HEADER([config.h])

0 commit comments

Comments
 (0)