mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-01 07:04:26 +03:00
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:
parent
804b94e8f7
commit
f7b5c5a685
@ -4,6 +4,8 @@
|
|||||||
* src/global.c (print_sclist) - Also print last shortcut in list.
|
* src/global.c (print_sclist) - Also print last shortcut in list.
|
||||||
* doc/texinfo/nano.texi - Explain how to select and paste with
|
* doc/texinfo/nano.texi - Explain how to select and paste with
|
||||||
the mouse when mouse support is enabled: by holding down Shift.
|
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>.
|
2014-03-26 Mike Frysinger <vapier@gentoo.org>.
|
||||||
* configure.ac - Clean up most of the --with/--enable flags:
|
* configure.ac - Clean up most of the --with/--enable flags:
|
||||||
|
@ -157,7 +157,6 @@
|
|||||||
<b>--enable-nanorc</b> Enable use of .nanorc files
|
<b>--enable-nanorc</b> Enable use of .nanorc files
|
||||||
<b>--enable-color</b> Enable color and syntax highlighting
|
<b>--enable-color</b> Enable color and syntax highlighting
|
||||||
<b>--enable-multibuffer</b> Enable having multiple file buffers open
|
<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>
|
<b>--disable-wrapping-as-root</b>
|
||||||
Disable text wrapping by default when the user is
|
Disable text wrapping by default when the user is
|
||||||
root</pre></blockquote>
|
root</pre></blockquote>
|
||||||
|
@ -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
|
line options to get desired behavior. See @xref{Nanorc Files}, for
|
||||||
more info.
|
more info.
|
||||||
|
|
||||||
@item --enable-all
|
|
||||||
Shortcut for enabling the above four features (extra, color,
|
|
||||||
multibuffer, and nanorc).
|
|
||||||
|
|
||||||
@item --disable-nls
|
@item --disable-nls
|
||||||
Disables Native Language support. This will disable use of the
|
Disables Native Language support. This will disable use of the
|
||||||
available GNU @code{nano} translations.
|
available GNU @code{nano} translations.
|
||||||
|
@ -21,7 +21,7 @@ Pico text editor while also offering a few enhancements.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-all
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user