Skip to content

Commit

Permalink
update build system for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 23, 2020
1 parent 254a907 commit 17deaae
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS=fwdpp examples testsuite src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp python_examples/*.cc python_examples/*.py LICENSE
EXTRA_DIST=doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = fwdpp examples testsuite src
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = doc/fwdpp.doxygen examples/*.cc examples/*.hpp python_examples/*.cc python_examples/*.py LICENSE
EXTRA_DIST = doc/fwdpp.doxygen examples/*.cc examples/*.hpp LICENSE
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Expand Down
28 changes: 14 additions & 14 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.69 for fwdpp 0.8.0.
# Generated by GNU Autoconf 2.69 for fwdpp 0.8.1.
#
# Report bugs to <https://github.com/molpopgen/fwdpp>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fwdpp'
PACKAGE_TARNAME='fwdpp'
PACKAGE_VERSION='0.8.0'
PACKAGE_STRING='fwdpp 0.8.0'
PACKAGE_VERSION='0.8.1'
PACKAGE_STRING='fwdpp 0.8.1'
PACKAGE_BUGREPORT='https://github.com/molpopgen/fwdpp'
PACKAGE_URL=''

Expand Down Expand Up @@ -1312,7 +1312,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 fwdpp 0.8.0 to adapt to many kinds of systems.
\`configure' configures fwdpp 0.8.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1379,7 +1379,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fwdpp 0.8.0:";;
short | recursive ) echo "Configuration of fwdpp 0.8.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1479,7 +1479,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
fwdpp configure 0.8.0
fwdpp configure 0.8.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1819,7 +1819,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 fwdpp $as_me 0.8.0, which was
It was created by fwdpp $as_me 0.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2174,18 +2174,18 @@ $as_echo "#define FWDPP_MAJOR_VERSION 0" >>confdefs.h
$as_echo "#define FWDPP_MINOR_VERSION 8" >>confdefs.h
$as_echo "#define FWDPP_REVISION_VERSION 0" >>confdefs.h
$as_echo "#define FWDPP_REVISION_VERSION 1" >>confdefs.h
$as_echo "#define FWDPP_VERSION_STRING \"0.8.0\"" >>confdefs.h
$as_echo "#define FWDPP_VERSION_STRING \"0.8.1\"" >>confdefs.h
FWDPP_MAJOR_VERSION=0
FWDPP_MINOR_VERSION=8
FWDPP_REVISION_VERSION=0
FWDPP_REVISION_VERSION=1
FWDPP_VERSION_STRING=0"."8"."0
FWDPP_VERSION_STRING=0"."8"."1
Expand Down Expand Up @@ -2705,7 +2705,7 @@ fi
# Define the identity of the package.
PACKAGE='fwdpp'
VERSION='0.8.0'
VERSION='0.8.1'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5843,7 +5843,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 fwdpp $as_me 0.8.0, which was
This file was extended by fwdpp $as_me 0.8.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5909,7 +5909,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="\\
fwdpp config.status 0.8.0
fwdpp config.status 0.8.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.59)

m4_define([FWDPP_MAJOR],0)
m4_define([FWDPP_MINOR],8)
m4_define([FWDPP_REVISION],0)
m4_define([FWDPP_REVISION],1)
AC_INIT([fwdpp], [FWDPP_MAJOR.FWDPP_MINOR.FWDPP_REVISION], [https://github.com/molpopgen/fwdpp])
AC_DEFINE(FWDPP_MAJOR_VERSION,FWDPP_MAJOR,[Define major version number.])
AC_DEFINE(FWDPP_MINOR_VERSION,FWDPP_MINOR,[Define major version number.])
Expand Down
4 changes: 2 additions & 2 deletions fwdpp/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define FWDPP_VERSION_MAJOR 0
#define FWDPP_VERSION_MINOR 8
#define FWDPP_VERSION_REVISION 0
#define FWDPP_VERSION_STRING "0.8.0"
#define FWDPP_VERSION_REVISION 1
#define FWDPP_VERSION_STRING "0.8.1"

#endif

0 comments on commit 17deaae

Please sign in to comment.