Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 352824
Collapse All | Expand All

(-)mm-common-0.9.4-old/configure.ac (+1 lines)
Lines 29-34 Link Here
29
AC_ARG_VAR([WGET], [wget download command])
29
AC_ARG_VAR([WGET], [wget download command])
30
30
31
AC_PROG_SED
31
AC_PROG_SED
32
AM_MISSING_PROG(TAR, tar)
32
AC_CHECK_PROG([CURL], [curl], [curl])
33
AC_CHECK_PROG([CURL], [curl], [curl])
33
AC_CHECK_PROG([WGET], [wget], [wget])
34
AC_CHECK_PROG([WGET], [wget], [wget])
34
35
(-)mm-common-0.9.4-old/Makefile.am (-1 / +1 lines)
Lines 121-127 Link Here
121
download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@)
121
download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@)
122
122
123
subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g'
123
subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g'
124
srctar_stdout = cd $(top_srcdir) >/dev/null && $(SHELL) ./missing --run tar chof -
124
srctar_stdout = cd $(top_srcdir) >/dev/null && $(TAR) chof -
125
125
126
# If maintainer mode is enabled, always check the remote locations
126
# If maintainer mode is enabled, always check the remote locations
127
# of the tag files for updates when building the default target.
127
# of the tag files for updates when building the default target.

Return to bug 352824