Skip to content

Commit

Permalink
updated configure script to match 0.2 release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
cederom committed Oct 31, 2011
1 parent 12d76fc commit 25ebd18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for libswd 0.2-devel.
# Generated by GNU Autoconf 2.68 for libswd 0.2.
#
# Report bugs to <tomek@cedro.info>.
#
Expand Down Expand Up @@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libswd'
PACKAGE_TARNAME='libswd'
PACKAGE_VERSION='0.2-devel'
PACKAGE_STRING='libswd 0.2-devel'
PACKAGE_VERSION='0.2'
PACKAGE_STRING='libswd 0.2'
PACKAGE_BUGREPORT='tomek@cedro.info'
PACKAGE_URL=''

Expand Down Expand Up @@ -1344,7 +1344,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 libswd 0.2-devel to adapt to many kinds of systems.
\`configure' configures libswd 0.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1414,7 +1414,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libswd 0.2-devel:";;
short | recursive ) echo "Configuration of libswd 0.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1526,7 +1526,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libswd configure 0.2-devel
libswd configure 0.2
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1804,7 +1804,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 libswd $as_me 0.2-devel, which was
It was created by libswd $as_me 0.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2620,7 +2620,7 @@ fi

# Define the identity of the package.
PACKAGE='libswd'
VERSION='0.2-devel'
VERSION='0.2'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13750,7 +13750,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 libswd $as_me 0.2-devel, which was
This file was extended by libswd $as_me 0.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13816,7 +13816,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
libswd config.status 0.2-devel
libswd config.status 0.2
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down

0 comments on commit 25ebd18

Please sign in to comment.