Cset exclude: rwhitby@home.(none)|ChangeSet|20040929115514|48250
authorChris Larson <clarson@kergoth.com>
Wed, 13 Oct 2004 21:03:06 +0000 (21:03 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 13 Oct 2004 21:03:06 +0000 (21:03 +0000)
Removing the changes from cset 1.2325, as that was too hackish a fix
of the wget build.

BKrev: 416d980a1KdA6opEjLEmNkQrdq0N7w

wget/wget-1.9.1/m4macros.patch

index 7b25d21..eb17675 100644 (file)
    [AC_MSG_CHECKING([whether NLS is requested])
      dnl Default is enabled NLS
      AC_ARG_ENABLE(nls,
-@@ -308,12 +231,12 @@
-     if test x"$HAVE_NLS" = xyes; then
-       AC_MSG_RESULT([language catalogs: $ALL_LINGUAS])
--      AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
--      [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
--      AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
--        [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
--      AC_SUBST(MSGFMT)
--      AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
-+#      AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
-+#     [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt)
-+#      AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
-+#       [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
-+#      AC_SUBST(MSGFMT)
-+#      AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
-       CATOBJEXT=.gmo
-       INSTOBJEXT=.mo
-       DATADIRNAME=share
 @@ -387,7 +310,7 @@
  dnl This is not strictly an Autoconf macro, because it is run from
  dnl within `config.status' rather than from within configure.  This