tags 666362 + patch
tags 666362 + pending
thanks

Dear maintainer,

I've prepared an NMU for jless (versioned as 382-iso262-2.1) and
will have it uploaded soon.

Cheers

Luk
diff -u jless-382-iso262/debian/changelog jless-382-iso262/debian/changelog
--- jless-382-iso262/debian/changelog
+++ jless-382-iso262/debian/changelog
@@ -1,3 +1,10 @@
+jless (382-iso262-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix AC_DEFINEs (Closes: #666362).
+
+ -- Luk Claes <l...@debian.org>  Fri, 06 Jul 2012 02:40:57 +0000
+
 jless (382-iso262-2) unstable; urgency=low
 
   [ Tatsuki Sugiura ]
diff -u jless-382-iso262/debian/patches/less-382-iso258.dpatch jless-382-iso262/debian/patches/less-382-iso258.dpatch
--- jless-382-iso262/debian/patches/less-382-iso258.dpatch
+++ jless-382-iso262/debian/patches/less-382-iso258.dpatch
@@ -6668,14 +6668,14 @@
  
  # Checks for regular expression functions.
 +if test $have_regex_cs != no; then
-+AC_DEFINE(CS_REGEX)
++AC_DEFINE([CS_REGEX], [], [Checks for regular expression functions])
 +# try to find it with character set detection.
 +have_regex=no
 +if test $have_regex = no && test -f ${srcdir}/regex_cs.c; then
-+AC_MSG_RESULT(using POSIX regcomp_cs -- local source); AC_DEFINE(HAVE_POSIX_REGCOMP_CS) REGEX_O='regex_cs.$(O)' AC_SUBST(REGEX_O) have_regex=yes
++AC_MSG_RESULT(using POSIX regcomp_cs -- local source); AC_DEFINE([HAVE_POSIX_REGCOMP_CS], [], [POSIX regcomp_cs]) REGEX_O='regex_cs.$(O)' AC_SUBST(REGEX_O) have_regex=yes
 +fi
 +if test $have_regex = no && test -f ${srcdir}/regexp_cs.c; then
-+AC_MSG_RESULT(using V8 regcomp_cs -- local source); AC_DEFINE(HAVE_V8_REGCOMP_CS) REGEX_O='regexp_cs.$(O)' AC_SUBST(REGEX_O) have_regex=yes
++AC_MSG_RESULT(using V8 regcomp_cs -- local source); AC_DEFINE([HAVE_V8_REGCOMP_CS], [], [V8 regcomp_cs]) REGEX_O='regexp_cs.$(O)' AC_SUBST(REGEX_O) have_regex=yes
 +fi
 +if test $have_regex = no; then
 +AC_MSG_RESULT(cannot find regular expression library with character set detection); AC_DEFINE(NO_REGEX)
@@ -6694,7 +6694,7 @@
 +
 +case $msb_enable in
 +yes) AC_MSG_RESULT(enable the MSB of non ASCII characters)
-+     AC_DEFINE(MSB_ENABLE);;
++     AC_DEFINE([MSB_ENABLE], [], [enable MSB of non ASCII]);;
 +no)  AC_MSG_RESULT(disable the MSB of non ASCII characters)
 +     AC_DEFINE(MSB_ENABLE, 0);;
 +unknown)

Reply via email to