diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-13 21:03:06 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-13 21:03:06 +0000 |
commit | d3ba39827665a3871d579129f6373dcc7c6788b0 (patch) | |
tree | 35c9dea332212a069a93859855d3acdbbaa65619 /wget/wget-1.9.1 | |
parent | cb376e8e2dd00e1ffaa862360b4693b749a35d35 (diff) |
Cset exclude: rwhitby@home.(none)|ChangeSet|20040929115514|48250
Removing the changes from cset 1.2325, as that was too hackish a fix
of the wget build.
BKrev: 416d980a1KdA6opEjLEmNkQrdq0N7w
Diffstat (limited to 'wget/wget-1.9.1')
-rw-r--r-- | wget/wget-1.9.1/m4macros.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/wget/wget-1.9.1/m4macros.patch b/wget/wget-1.9.1/m4macros.patch index 7b25d213b9..eb176750d8 100644 --- a/wget/wget-1.9.1/m4macros.patch +++ b/wget/wget-1.9.1/m4macros.patch @@ -127,25 +127,6 @@ [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 |