The following commit has been merged in the master branch:
commit 689a87eff5be5602b21ad5a6fc6ea4a8e8200dda
Author: Guillem Jover <[email protected]>
Date: Thu Sep 24 13:07:37 2009 +0200
build: Do not use single quote on strings
This should pacify syntax highlighters.
diff --git a/configure.ac b/configure.ac
index c678c30..777e683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AM_GNU_GETTEXT([external])
# Allow compilation without dselect
AC_ARG_WITH(dselect,
AS_HELP_STRING([--without-dselect],
- [don't build dselect package-management frontend]),
+ [do not build dselect package-management frontend]),
[build_dselect=$with_dselect],
[build_dselect=yes])
AM_CONDITIONAL(WITH_DSELECT, [test "x$build_dselect" = "xyes"])
@@ -27,7 +27,7 @@ AM_CONDITIONAL(WITH_DSELECT, [test "x$build_dselect" =
"xyes"])
# Allow compilation without start-stop-daemon
AC_ARG_WITH(start-stop-daemon,
AS_HELP_STRING([--without-start-stop-daemon],
- [don't build or use start-stop-daemon]),
+ [do not build or use start-stop-daemon]),
[build_start_stop_daemon=$with_start_stop_daemon],
[build_start_stop_daemon=yes])
AM_CONDITIONAL(WITH_START_STOP_DAEMON,
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]