Merge tag '1.0.1' into develop

Release v1.0.1
This commit is contained in:
Dakshinamurthy Karra 2021-06-30 16:05:24 +05:30
commit bea3e296ee
12 changed files with 557 additions and 551 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
Makefile
configure~
config.log
config.status
libtool

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.1] - 2021-07-21
Added PKGBUILD to build from github repository.
## [1.0.0] - 2021-07-21
Initial public release

View file

@ -190,7 +190,8 @@ CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xosd-xft.pc.in \
AUTHORS COPYING COPYING.LESSER ChangeLog INSTALL NEWS README \
compile config.guess config.sub install-sh ltmain.sh missing
compile config.guess config.sub depcomp install-sh ltmain.sh \
missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

View file

@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.71 for xosd_xft 1.0.0.
@%:@ Generated by GNU Autoconf 2.71 for libxosd-xft 1.0.1.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@ -616,10 +616,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xosd_xft'
PACKAGE_TARNAME='xosd_xft'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='xosd_xft 1.0.0'
PACKAGE_NAME='libxosd-xft'
PACKAGE_TARNAME='libxosd-xft'
PACKAGE_VERSION='1.0.1'
PACKAGE_STRING='libxosd-xft 1.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1381,7 +1381,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 xosd_xft 1.0.0 to adapt to many kinds of systems.
\`configure' configures libxosd-xft 1.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1430,7 +1430,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/xosd_xft@:>@
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/libxosd-xft@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1456,7 +1456,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xosd_xft 1.0.0:";;
short | recursive ) echo "Configuration of libxosd-xft 1.0.1:";;
esac
cat <<\_ACEOF
@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xosd_xft configure 1.0.0
libxosd-xft configure 1.0.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1843,7 +1843,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 xosd_xft $as_me 1.0.0, which was
It was created by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3112,8 +3112,8 @@ fi
# Define the identity of the package.
PACKAGE='xosd_xft'
VERSION='1.0.0'
PACKAGE='libxosd-xft'
VERSION='1.0.1'
# Some tools Automake needs.
@ -15525,7 +15525,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 xosd_xft $as_me 1.0.0, which was
This file was extended by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15584,7 +15584,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
xosd_xft config.status 1.0.0
libxosd-xft config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View file

@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.71 for xosd_xft 1.0.0.
@%:@ Generated by GNU Autoconf 2.71 for libxosd-xft 1.0.1.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@ -616,10 +616,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xosd_xft'
PACKAGE_TARNAME='xosd_xft'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='xosd_xft 1.0.0'
PACKAGE_NAME='libxosd-xft'
PACKAGE_TARNAME='libxosd-xft'
PACKAGE_VERSION='1.0.1'
PACKAGE_STRING='libxosd-xft 1.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1381,7 +1381,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 xosd_xft 1.0.0 to adapt to many kinds of systems.
\`configure' configures libxosd-xft 1.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1430,7 +1430,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/xosd_xft@:>@
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/libxosd-xft@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1456,7 +1456,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xosd_xft 1.0.0:";;
short | recursive ) echo "Configuration of libxosd-xft 1.0.1:";;
esac
cat <<\_ACEOF
@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xosd_xft configure 1.0.0
libxosd-xft configure 1.0.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1843,7 +1843,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 xosd_xft $as_me 1.0.0, which was
It was created by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3112,8 +3112,8 @@ fi
# Define the identity of the package.
PACKAGE='xosd_xft'
VERSION='1.0.0'
PACKAGE='libxosd-xft'
VERSION='1.0.1'
# Some tools Automake needs.
@ -15525,7 +15525,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 xosd_xft $as_me 1.0.0, which was
This file was extended by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15584,7 +15584,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
xosd_xft config.status 1.0.0
libxosd-xft config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View file

@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.71 for xosd_xft 1.0.0.
@%:@ Generated by GNU Autoconf 2.71 for libxosd-xft 1.0.1.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@ -616,10 +616,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xosd_xft'
PACKAGE_TARNAME='xosd_xft'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='xosd_xft 1.0.0'
PACKAGE_NAME='libxosd-xft'
PACKAGE_TARNAME='libxosd-xft'
PACKAGE_VERSION='1.0.1'
PACKAGE_STRING='libxosd-xft 1.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1381,7 +1381,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 xosd_xft 1.0.0 to adapt to many kinds of systems.
\`configure' configures libxosd-xft 1.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1430,7 +1430,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/xosd_xft@:>@
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/libxosd-xft@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1456,7 +1456,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xosd_xft 1.0.0:";;
short | recursive ) echo "Configuration of libxosd-xft 1.0.1:";;
esac
cat <<\_ACEOF
@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xosd_xft configure 1.0.0
libxosd-xft configure 1.0.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1843,7 +1843,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 xosd_xft $as_me 1.0.0, which was
It was created by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3112,8 +3112,8 @@ fi
# Define the identity of the package.
PACKAGE='xosd_xft'
VERSION='1.0.0'
PACKAGE='libxosd-xft'
VERSION='1.0.1'
# Some tools Automake needs.
@ -15525,7 +15525,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 xosd_xft $as_me 1.0.0, which was
This file was extended by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15584,7 +15584,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
xosd_xft config.status 1.0.0
libxosd-xft config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View file

@ -1,6 +1,6 @@
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.71 for xosd_xft 1.0.0.
@%:@ Generated by GNU Autoconf 2.71 for libxosd-xft 1.0.1.
@%:@
@%:@
@%:@ Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@ -616,10 +616,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xosd_xft'
PACKAGE_TARNAME='xosd_xft'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='xosd_xft 1.0.0'
PACKAGE_NAME='libxosd-xft'
PACKAGE_TARNAME='libxosd-xft'
PACKAGE_VERSION='1.0.1'
PACKAGE_STRING='libxosd-xft 1.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1381,7 +1381,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 xosd_xft 1.0.0 to adapt to many kinds of systems.
\`configure' configures libxosd-xft 1.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1430,7 +1430,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/xosd_xft@:>@
--docdir=DIR documentation root @<:@DATAROOTDIR/doc/libxosd-xft@:>@
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1456,7 +1456,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xosd_xft 1.0.0:";;
short | recursive ) echo "Configuration of libxosd-xft 1.0.1:";;
esac
cat <<\_ACEOF
@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xosd_xft configure 1.0.0
libxosd-xft configure 1.0.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1843,7 +1843,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 xosd_xft $as_me 1.0.0, which was
It was created by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3112,8 +3112,8 @@ fi
# Define the identity of the package.
PACKAGE='xosd_xft'
VERSION='1.0.0'
PACKAGE='libxosd-xft'
VERSION='1.0.1'
# Some tools Automake needs.
@ -15525,7 +15525,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 xosd_xft $as_me 1.0.0, which was
This file was extended by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15584,7 +15584,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
xosd_xft config.status 1.0.0
libxosd-xft config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,7 @@ m4trace:aclocal.m4:1514: -1- m4_include([m4/ltoptions.m4])
m4trace:aclocal.m4:1515: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1516: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1517: -1- m4_include([m4/lt~obsolete.m4])
m4trace:configure.ac:6: -1- AC_INIT([xosd_xft], [1.0.0])
m4trace:configure.ac:6: -1- AC_INIT([libxosd-xft], [1.0.1])
m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])

View file

@ -6,7 +6,7 @@ m4trace:aclocal.m4:1514: -1- m4_include([m4/ltoptions.m4])
m4trace:aclocal.m4:1515: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1516: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1517: -1- m4_include([m4/lt~obsolete.m4])
m4trace:configure.ac:6: -1- AC_INIT([xosd_xft], [1.0.0])
m4trace:configure.ac:6: -1- AC_INIT([libxosd-xft], [1.0.1])
m4trace:configure.ac:6: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:6: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:6: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])

28
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for xosd_xft 1.0.0.
# Generated by GNU Autoconf 2.71 for libxosd-xft 1.0.1.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@ -616,10 +616,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xosd_xft'
PACKAGE_TARNAME='xosd_xft'
PACKAGE_VERSION='1.0.0'
PACKAGE_STRING='xosd_xft 1.0.0'
PACKAGE_NAME='libxosd-xft'
PACKAGE_TARNAME='libxosd-xft'
PACKAGE_VERSION='1.0.1'
PACKAGE_STRING='libxosd-xft 1.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1381,7 +1381,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 xosd_xft 1.0.0 to adapt to many kinds of systems.
\`configure' configures libxosd-xft 1.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1430,7 +1430,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/xosd_xft]
--docdir=DIR documentation root [DATAROOTDIR/doc/libxosd-xft]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1456,7 +1456,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xosd_xft 1.0.0:";;
short | recursive ) echo "Configuration of libxosd-xft 1.0.1:";;
esac
cat <<\_ACEOF
@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xosd_xft configure 1.0.0
libxosd-xft configure 1.0.1
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@ -1843,7 +1843,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 xosd_xft $as_me 1.0.0, which was
It was created by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@ -3112,8 +3112,8 @@ fi
# Define the identity of the package.
PACKAGE='xosd_xft'
VERSION='1.0.0'
PACKAGE='libxosd-xft'
VERSION='1.0.1'
# Some tools Automake needs.
@ -15525,7 +15525,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 xosd_xft $as_me 1.0.0, which was
This file was extended by libxosd-xft $as_me 1.0.1, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -15584,7 +15584,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
xosd_xft config.status 1.0.0
libxosd-xft config.status 1.0.1
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

View file

@ -3,7 +3,7 @@ dnl Configure.ac for xosd_xft
dnl
dnl Process this file with autoconf to produce a configure script.
AC_INIT(xosd_xft, 1.0.0)
AC_INIT(libxosd-xft, 1.0.1)
AM_INIT_AUTOMAKE([no-define])
dnl