From 8efbf539461933dd06550e1d4b66ef2a0e7a37cd Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Mon, 21 Apr 2014 17:43:14 -0700
Subject: [PATCH] remove old comment

---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9feb286ee2c..1f93c75eebe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,6 @@
 dnl Prologue
 dnl
 
-dnl Here we send in 0 as the version.
-dnl We overwrite PACKAGE_VERSION and PACKAGE_STRING in X_AC_SLURM_VERSION below
-dnl
 AC_INIT(slurm, m4_esyscmd([perl -ne 'print,exit if s/^\s*VERSION:\s*(\d*.\d*).\S*/\1/i' ./META | sed 's/^v//' | tr '-' '_' | tr -d '\n']), [slurm-dev@schedmd.com], [], [http://slurm.schedmd.com])
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR([configure.ac])
-- 
GitLab