Date: Wed, 24 Oct 2012 11:48:57 +0200 Autoconf provides `--without-PACKAGE` by default for not working with a package [1].
$ ./configure --help
[…]
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
[…]
To make it clearer reword the help text to mention »Enable«.
[1]
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.63/html_node/External-Software.html
---
configure.ac | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index a2b004c..98ee305 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,10 +74,8 @@ IT_PROG_INTLTOOL([0.40.0])
dnl libgtk version
AC_ARG_WITH(gtk,
- [AC_HELP_STRING([--with-gtk=VER],
- [choose Gtk+ version for libfm-gtk build (default=2)])
-AC_HELP_STRING([--without-gtk],
- [disable libfm-gtk build])],
+ [AC_HELP_STRING([--with-gtk=VER],
+ [Enable Gtk+ and choose version for libfm-gtk build (default=2)])],
[ac_with_gtk="${withval}"],
[ac_with_gtk=2]
)
--
1.7.10.4
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________ Pcmanfm-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
