Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b87b24158f2f9b73c326c652d458b6edce99c38)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b87b24158f2f9b73c326c652d458b6edce99c38)
  • Date: Thu, 10 Nov 2011 08:55:33 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

editors/nano/CONFIGURE | 5 +++--
editors/nano/HISTORY | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 2b87b24158f2f9b73c326c652d458b6edce99c38
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nano: corrected all-opts-enabled flag usage

diff --git a/editors/nano/CONFIGURE b/editors/nano/CONFIGURE
index 1c49896..f499fbb 100755
--- a/editors/nano/CONFIGURE
+++ b/editors/nano/CONFIGURE
@@ -1,8 +1,9 @@
config_query_list NANO_CONFIG
\
"Use standard compile time features, enable all or choose from list?"
\
"standard" "all" "choose"
&&
-if [[ "${NANO_CONFIG}" == "all" ]]
-then NANO_OPTS="--enable-all"
+if [[ "${NANO_CONFIG}" == "all" ]]; then
+ persistent_add NANO_OPTS &&
+ local NANO_OPTS="--enable-all"
elif [[ "${NANO_CONFIG}" == "choose" ]] ; then
config_query_option NANO_OPTS "Enable support for large files?" y
\
"--enable-largefile" "--disable-largefile"
&&
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index 062d434..be66655 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2011-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: fixed bug about enabling all features on configure
+
2011-09-25 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2b87b24158f2f9b73c326c652d458b6edce99c38), Vlad Glagolev, 11/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page