Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 76572e6

Browse files
committed
package version changed to 1.9.2
1 parent a63120c commit 76572e6

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

configure

Lines changed: 11 additions & 23 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 libsequence 1.9.1.
3+
# Generated by GNU Autoconf 2.69 for libsequence 1.9.2.
44
#
55
# Report bugs to <https://github.com/molpopgen/libsequence>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='libsequence'
592592
PACKAGE_TARNAME='libsequence'
593-
PACKAGE_VERSION='1.9.1'
594-
PACKAGE_STRING='libsequence 1.9.1'
593+
PACKAGE_VERSION='1.9.2'
594+
PACKAGE_STRING='libsequence 1.9.2'
595595
PACKAGE_BUGREPORT='https://github.com/molpopgen/libsequence'
596596
PACKAGE_URL=''
597597

@@ -746,7 +746,6 @@ infodir
746746
docdir
747747
oldincludedir
748748
includedir
749-
runstatedir
750749
localstatedir
751750
sharedstatedir
752751
sysconfdir
@@ -831,7 +830,6 @@ datadir='${datarootdir}'
831830
sysconfdir='${prefix}/etc'
832831
sharedstatedir='${prefix}/com'
833832
localstatedir='${prefix}/var'
834-
runstatedir='${localstatedir}/run'
835833
includedir='${prefix}/include'
836834
oldincludedir='/usr/include'
837835
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1084,15 +1082,6 @@ do
10841082
| -silent | --silent | --silen | --sile | --sil)
10851083
silent=yes ;;
10861084

1087-
-runstatedir | --runstatedir | --runstatedi | --runstated \
1088-
| --runstate | --runstat | --runsta | --runst | --runs \
1089-
| --run | --ru | --r)
1090-
ac_prev=runstatedir ;;
1091-
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1092-
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1093-
| --run=* | --ru=* | --r=*)
1094-
runstatedir=$ac_optarg ;;
1095-
10961085
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10971086
ac_prev=sbindir ;;
10981087
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1230,7 +1219,7 @@ fi
12301219
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12311220
datadir sysconfdir sharedstatedir localstatedir includedir \
12321221
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1233-
libdir localedir mandir runstatedir
1222+
libdir localedir mandir
12341223
do
12351224
eval ac_val=\$$ac_var
12361225
# Remove trailing slashes.
@@ -1343,7 +1332,7 @@ if test "$ac_init_help" = "long"; then
13431332
# Omit some internal or obsolete options to make the list less imposing.
13441333
# This message is too long to be a string in the A/UX 3.1 sh.
13451334
cat <<_ACEOF
1346-
\`configure' configures libsequence 1.9.1 to adapt to many kinds of systems.
1335+
\`configure' configures libsequence 1.9.2 to adapt to many kinds of systems.
13471336

13481337
Usage: $0 [OPTION]... [VAR=VALUE]...
13491338

@@ -1383,7 +1372,6 @@ Fine tuning of the installation directories:
13831372
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13841373
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13851374
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1386-
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13871375
--libdir=DIR object code libraries [EPREFIX/lib]
13881376
--includedir=DIR C header files [PREFIX/include]
13891377
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1414,7 +1402,7 @@ fi
14141402

14151403
if test -n "$ac_init_help"; then
14161404
case $ac_init_help in
1417-
short | recursive ) echo "Configuration of libsequence 1.9.1:";;
1405+
short | recursive ) echo "Configuration of libsequence 1.9.2:";;
14181406
esac
14191407
cat <<\_ACEOF
14201408

@@ -1525,7 +1513,7 @@ fi
15251513
test -n "$ac_init_help" && exit $ac_status
15261514
if $ac_init_version; then
15271515
cat <<\_ACEOF
1528-
libsequence configure 1.9.1
1516+
libsequence configure 1.9.2
15291517
generated by GNU Autoconf 2.69
15301518

15311519
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2015,7 +2003,7 @@ cat >config.log <<_ACEOF
20152003
This file contains any messages produced by compilers while
20162004
running configure, to aid debugging if configure makes a mistake.
20172005

2018-
It was created by libsequence $as_me 1.9.1, which was
2006+
It was created by libsequence $as_me 1.9.2, which was
20192007
generated by GNU Autoconf 2.69. Invocation command line was
20202008

20212009
$ $0 $@
@@ -2881,7 +2869,7 @@ fi
28812869

28822870
# Define the identity of the package.
28832871
PACKAGE='libsequence'
2884-
VERSION='1.9.1'
2872+
VERSION='1.9.2'
28852873

28862874

28872875
cat >>confdefs.h <<_ACEOF
@@ -16202,7 +16190,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1620216190
# report actual input values of CONFIG_FILES etc. instead of their
1620316191
# values after options handling.
1620416192
ac_log="
16205-
This file was extended by libsequence $as_me 1.9.1, which was
16193+
This file was extended by libsequence $as_me 1.9.2, which was
1620616194
generated by GNU Autoconf 2.69. Invocation command line was
1620716195

1620816196
CONFIG_FILES = $CONFIG_FILES
@@ -16268,7 +16256,7 @@ _ACEOF
1626816256
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1626916257
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1627016258
ac_cs_version="\\
16271-
libsequence config.status 1.9.1
16259+
libsequence config.status 1.9.2
1627216260
configured by $0, generated by GNU Autoconf 2.69,
1627316261
with options \\"\$ac_cs_config\\"
1627416262

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT([libsequence], [1.9.1], [https://github.com/molpopgen/libsequence])
3+
AC_INIT([libsequence], [1.9.2], [https://github.com/molpopgen/libsequence])
44
AC_CONFIG_SRCDIR([src/Seq/Seq.cc])
55
AC_CONFIG_SRCDIR([test/FastaIO.cc])
66
AC_CONFIG_SRCDIR([examples/msstats.cc])

0 commit comments

Comments
 (0)