From f7b5c5a685a8439cdccdcede9079ca3e093c23ab Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 26 Mar 2014 14:08:10 +0000 Subject: [PATCH] Removing vestiges of the obsolete '--enable-all' configure flag. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4683 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 2 ++ doc/faq.html | 1 - doc/texinfo/nano.texi | 4 ---- nano.spec.in | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d62d429..6847b0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * src/global.c (print_sclist) - Also print last shortcut in list. * doc/texinfo/nano.texi - Explain how to select and paste with the mouse when mouse support is enabled: by holding down Shift. + * nano.spec.in, doc/faq.html, doc/texinfo/nano.texi - Remove + vestiges of the obsolete '--enable-all' configure flag. 2014-03-26 Mike Frysinger . * configure.ac - Clean up most of the --with/--enable flags: diff --git a/doc/faq.html b/doc/faq.html index 62676f54..ba467dcc 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -157,7 +157,6 @@ --enable-nanorc Enable use of .nanorc files --enable-color Enable color and syntax highlighting --enable-multibuffer Enable having multiple file buffers open - --enable-all Enable all of the above features --disable-wrapping-as-root Disable text wrapping by default when the user is root diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index 2500bcb1..5ba98e52 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -887,10 +887,6 @@ custom settings in the nanorc file rather than having to pass command line options to get desired behavior. See @xref{Nanorc Files}, for more info. -@item --enable-all -Shortcut for enabling the above four features (extra, color, -multibuffer, and nanorc). - @item --disable-nls Disables Native Language support. This will disable use of the available GNU @code{nano} translations. diff --git a/nano.spec.in b/nano.spec.in index 3126213b..9c8c07bc 100644 --- a/nano.spec.in +++ b/nano.spec.in @@ -21,7 +21,7 @@ Pico text editor while also offering a few enhancements. %setup -q %build -%configure --enable-all +%configure make %install -- 2.39.5