INN commit: branches/2.5 (configure.ac m4/syslog.m4)
INN Commit
rra at isc.org
Fri Aug 21 08:30:01 UTC 2009
Date: Friday, August 21, 2009 @ 01:30:01
Author: iulius
Revision: 8596
Use Autoconf quadrigraphs to properly encode brackets.
Modified:
branches/2.5/configure.ac
branches/2.5/m4/syslog.m4
--------------+
configure.ac | 9 +++++----
m4/syslog.m4 | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
Modified: configure.ac
===================================================================
--- configure.ac 2009-08-21 08:29:26 UTC (rev 8595)
+++ configure.ac 2009-08-21 08:30:01 UTC (rev 8596)
@@ -85,11 +85,12 @@
dnl setup macros if they do. Keep this call together with the libtool setup
dnl so that the arguments to configure will be together in configure --help.
inn_use_libtool=no
-AC_ARG_ENABLE(libtool,
- [ --enable-libtool Use libtool for lib generation [default=no]],
- if test "$enableval" = yes ; then
+AC_ARG_ENABLE([libtool],
+ [AS_HELP_STRING([--enable-libtool],
+ [Use libtool for lib generation @<:@default=no@:>@])],
+ [if test x"$enableval" = xyes ; then
inn_use_libtool=yes
- fi)
+ fi])
if test x"$inn_use_libtool" = xyes ; then
LT_INIT
EXTLIB='la'
Modified: m4/syslog.m4
===================================================================
--- m4/syslog.m4 2009-08-21 08:29:26 UTC (rev 8595)
+++ m4/syslog.m4 2009-08-21 08:30:01 UTC (rev 8596)
@@ -13,7 +13,7 @@
AC_DEFUN([INN_ARG_SYSLOG],
[AC_ARG_WITH([syslog-facility],
[AS_HELP_STRING([--with-syslog-facility=LOG_FAC],
- [Syslog facility [LOG_NEWS or LOG_LOCAL1]])],
+ [Syslog facility @<:@LOG_NEWS or LOG_LOCAL1@:>@])],
SYSLOG_FACILITY=$with_syslog_facility,
SYSLOG_FACILITY=none)])
More information about the inn-committers
mailing list