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
This commit is contained in:
Benno Schulenberg 2014-03-26 14:08:10 +00:00
parent 804b94e8f7
commit f7b5c5a685
4 changed files with 3 additions and 6 deletions

View File

@ -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 <vapier@gentoo.org>.
* configure.ac - Clean up most of the --with/--enable flags:

View File

@ -157,7 +157,6 @@
<b>--enable-nanorc</b> Enable use of .nanorc files
<b>--enable-color</b> Enable color and syntax highlighting
<b>--enable-multibuffer</b> Enable having multiple file buffers open
<b>--enable-all</b> Enable all of the above features
<b>--disable-wrapping-as-root</b>
Disable text wrapping by default when the user is
root</pre></blockquote>

View File

@ -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.

View File

@ -21,7 +21,7 @@ Pico text editor while also offering a few enhancements.
%setup -q
%build
%configure --enable-all
%configure
make
%install