Skip to content

Commit

Permalink
bootstrap for v0.9.4-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkirk committed Oct 29, 2014
1 parent efdddc1 commit cccfd7a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libmesh 1.0.0-pre.
# Generated by GNU Autoconf 2.69 for libmesh 0.9.4-rc1.
#
# Report bugs to <libmesh-users@lists.sourceforge.net>.
#
Expand Down Expand Up @@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libmesh'
PACKAGE_TARNAME='libmesh'
PACKAGE_VERSION='1.0.0-pre'
PACKAGE_STRING='libmesh 1.0.0-pre'
PACKAGE_VERSION='0.9.4-rc1'
PACKAGE_STRING='libmesh 0.9.4-rc1'
PACKAGE_BUGREPORT='libmesh-users@lists.sourceforge.net'
PACKAGE_URL='http://libmesh.github.io'

Expand Down Expand Up @@ -1743,7 +1743,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 libmesh 1.0.0-pre to adapt to many kinds of systems.
\`configure' configures libmesh 0.9.4-rc1 to adapt to many kinds of systems.

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

Expand Down Expand Up @@ -1814,7 +1814,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libmesh 1.0.0-pre:";;
short | recursive ) echo "Configuration of libmesh 0.9.4-rc1:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1862,8 +1862,8 @@ Optional Features:
questionable code
--enable-blocked-storage
Support for blocked matrix/vector storage
--enable-default-comm-world
Provide global libMesh::CommWorld
--disable-default-comm-world
Turn off the global libMesh::CommWorld object
--enable-legacy-include-paths
allow for e.g. #include "header.h" instead of
#include "libmesh/header.h"
Expand Down Expand Up @@ -2112,7 +2112,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libmesh configure 1.0.0-pre
libmesh configure 0.9.4-rc1
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -3184,7 +3184,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 libmesh $as_me 1.0.0-pre, which was
It was created by libmesh $as_me 0.9.4-rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -4177,7 +4177,7 @@ fi

# Define the identity of the package.
PACKAGE='libmesh'
VERSION='1.0.0-pre'
VERSION='0.9.4-rc1'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -27747,13 +27747,13 @@ fi


# --------------------------------------------------------------
# default comm_world - now disabled by default
# default comm_world - enabled by default
# --------------------------------------------------------------
# Check whether --enable-default-comm-world was given.
if test "${enable_default_comm_world+set}" = set; then :
enableval=$enable_default_comm_world; enabledefaultcommworld=$enableval
else
enabledefaultcommworld=no
enabledefaultcommworld=yes
fi


Expand Down Expand Up @@ -36620,7 +36620,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 libmesh $as_me 1.0.0-pre, which was
This file was extended by libmesh $as_me 0.9.4-rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -36687,7 +36687,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="\\
libmesh config.status 1.0.0-pre
libmesh config.status 0.9.4-rc1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down

2 comments on commit cccfd7a

@jwpeterson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benkirk, check out the changelog_update branch. @roystgnr and I have been periodically updating the NEWS file for a 1.0.0 release, but we can change the first line to:

0.9.3 -> 0.9.4

and merge it into the 0.9.4 branch you have going. I'd then also merge changelog_update into master once 0.9.4 is finalized...

@benkirk
Copy link
Member Author

@benkirk benkirk commented on cccfd7a Oct 30, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.