From 6ace42683641bdc7ad65b0961358c6cfcf891ec7 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 21 Apr 2014 13:55:47 -0700
Subject: [PATCH] re-run autogen.sh after changing META version

---
 configure | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/configure b/configure
index 6289682e7c5..2351867efe0 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for slurm 14.03.0.
+# Generated by GNU Autoconf 2.69 for slurm 14.03.1.
 #
 # Report bugs to <slurm-dev@schedmd.com>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='slurm'
 PACKAGE_TARNAME='slurm'
-PACKAGE_VERSION='14.03.0'
-PACKAGE_STRING='slurm 14.03.0'
+PACKAGE_VERSION='14.03.1'
+PACKAGE_STRING='slurm 14.03.1'
 PACKAGE_BUGREPORT='slurm-dev@schedmd.com'
 PACKAGE_URL='http://slurm.schedmd.com'
 
@@ -1576,7 +1576,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 slurm 14.03.0 to adapt to many kinds of systems.
+\`configure' configures slurm 14.03.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1647,7 +1647,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of slurm 14.03.0:";;
+     short | recursive ) echo "Configuration of slurm 14.03.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1835,7 +1835,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-slurm configure 14.03.0
+slurm configure 14.03.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2371,7 +2371,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 slurm $as_me 14.03.0, which was
+It was created by slurm $as_me 14.03.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3494,7 +3494,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='slurm'
- VERSION='14.03.0'
+ VERSION='14.03.1'
 
 
 # Some tools Automake needs.
@@ -24271,7 +24271,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 slurm $as_me 14.03.0, which was
+This file was extended by slurm $as_me 14.03.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -24338,7 +24338,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="\\
-slurm config.status 14.03.0
+slurm config.status 14.03.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
-- 
GitLab