From 3aa44a8912dda1587716fffcd36a6341b4238ef7 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 2 May 2005 21:27:16 +0200 Subject: [PATCH] cosmetix --- m4m/gp-gettext-hack.m4 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/m4m/gp-gettext-hack.m4 b/m4m/gp-gettext-hack.m4 index 9d4fcc8..3f5dbb7 100644 --- a/m4m/gp-gettext-hack.m4 +++ b/m4m/gp-gettext-hack.m4 @@ -30,16 +30,20 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], AC_SUBST([GETTEXT_PACKAGE]) sed_cmds="s|^DOMAIN.*|DOMAIN = ${GETTEXT_PACKAGE}|" m4_if([$2],[],[],[sed_cmds="${sed_cmds};s|^COPYRIGHT_HOLDER.*|COPYRIGHT_HOLDER = $2|"]) -m4_if([$3],[],[if test -n "$PACKAGE_BUGREPORT"; then +m4_ifval([$3],[ +if test -n "$PACKAGE_BUGREPORT"; then sed_mb="${PACKAGE_BUGREPORT}" else AC_MSG_ERROR([ *** Your configure.{ac,in} is wrong. *** Either define PACKAGE_BUGREPORT (by using the 4-parameter AC INIT syntax) -*** or give [GP_GETTEXT_HACK] the second parameter. +*** or give [GP_GETTEXT_HACK] the third parameter. *** ]) -fi],[sed_mb="$3"]) +fi +],[ +sed_mb="$3" +]) sed_cmds="${sed_cmds};s|^MSGID_BUGS_ADDRESS.*|MSGID_BUGS_ADDRESS = ${sed_mb}|" # Not so sure whether this hack is all *that* evil... AC_MSG_CHECKING([for po/Makevars requiring hack]) -- 2.7.4