]> git.wh0rd.org Git - nano.git/commitdiff
Removing vestiges of the obsolete '--enable-all' configure flag.
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 26 Mar 2014 14:08:10 +0000 (14:08 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Wed, 26 Mar 2014 14:08:10 +0000 (14:08 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4683 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/faq.html
doc/texinfo/nano.texi
nano.spec.in

index 2d62d42900f3d6726ff5e2c8bd9b9c079e75421a..6847b0b993bb12af478a7a68c71bf03d8a264dbc 100644 (file)
--- 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  <vapier@gentoo.org>.
        * configure.ac - Clean up most of the --with/--enable flags:
index 62676f540cd19ad0a4b3b2816c2efa662f5bdf96..ba467dccba81dad57e37e10a1c3d11eeb4c8973c 100644 (file)
   <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>
index 2500bcb1f30af238f40a2a6e47fda9988e8d1cc5..5ba98e521d6d47ca94ae2628fd83dc2092c90862 100644 (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.
index 3126213ba2efdaca92444a504e3486aff65249f1..9c8c07bc428796454ba68816bfd3995136de4d4f 100644 (file)
@@ -21,7 +21,7 @@ Pico text editor while also offering a few enhancements.
 %setup -q
 
 %build
-%configure --enable-all
+%configure
 make
 
 %install