Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275801 Details for
Bug 352824
dev-cpp/mm-common-0.9.2: QA Notice: Automake "maintainer mode" detected
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that doesn't change a thing
missing-tar.patch (text/plain), 1.04 KB, created by
Rafał Mużyło
on 2011-06-04 14:44:17 UTC
(
hide
)
Description:
patch that doesn't change a thing
Filename:
MIME Type:
Creator:
Rafał Mużyło
Created:
2011-06-04 14:44:17 UTC
Size:
1.04 KB
patch
obsolete
>diff -ur mm-common-0.9.4-old/configure.ac mm-common-0.9.4/configure.ac >--- mm-common-0.9.4-old/configure.ac 2011-03-18 12:32:45.000000000 +0100 >+++ mm-common-0.9.4/configure.ac 2011-06-04 16:19:32.000000000 +0200 >@@ -29,6 +29,7 @@ > AC_ARG_VAR([WGET], [wget download command]) > > AC_PROG_SED >+AM_MISSING_PROG(TAR, tar) > AC_CHECK_PROG([CURL], [curl], [curl]) > AC_CHECK_PROG([WGET], [wget], [wget]) > >diff -ur mm-common-0.9.4-old/Makefile.am mm-common-0.9.4/Makefile.am >--- mm-common-0.9.4-old/Makefile.am 2011-03-18 11:51:47.000000000 +0100 >+++ mm-common-0.9.4/Makefile.am 2011-06-04 16:18:37.000000000 +0200 >@@ -121,7 +121,7 @@ > download_wget = $(WGET) -N -nd -T 300 -t 5 -P $(dir $@) > > subst_manpage = $(SED) 's|[@]PACKAGE_STRING[@]|$(PACKAGE_STRING)|g;s|[@]docdir[@]|$(docdir)|g' >-srctar_stdout = cd $(top_srcdir) >/dev/null && $(SHELL) ./missing --run tar chof - >+srctar_stdout = cd $(top_srcdir) >/dev/null && $(TAR) chof - > > # If maintainer mode is enabled, always check the remote locations > # of the tag files for updates when building the default target.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 352824
:
260771
| 275801