summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-24 00:09:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-24 00:09:39 +0000
commit5bbbbcbffd012872e97d4a05f035eab8ae016a73 (patch)
tree4be10ecb6c9d9582921124936c0b078bd0335da5 /sys-devel/automake/files
parentRemove obsolete versions. Add =gtk+-2.8.8* dependency (#127079). Mark 0.8.08 ... (diff)
downloadgentoo-2-5bbbbcbffd012872e97d4a05f035eab8ae016a73.tar.gz
gentoo-2-5bbbbcbffd012872e97d4a05f035eab8ae016a73.tar.bz2
gentoo-2-5bbbbcbffd012872e97d4a05f035eab8ae016a73.zip
Ignore m4 macros present in comments #126388 by Donnie Berkholz.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'sys-devel/automake/files')
-rw-r--r--sys-devel/automake/files/automake-1.9.6-ignore-comments.patch29
-rw-r--r--sys-devel/automake/files/digest-automake-1.9.6-r21
2 files changed, 30 insertions, 0 deletions
diff --git a/sys-devel/automake/files/automake-1.9.6-ignore-comments.patch b/sys-devel/automake/files/automake-1.9.6-ignore-comments.patch
new file mode 100644
index 000000000000..f62987456cfe
--- /dev/null
+++ b/sys-devel/automake/files/automake-1.9.6-ignore-comments.patch
@@ -0,0 +1,29 @@
+http://bugs.gentoo.org/126388
+
+2006-03-16 Mike Frysinger <vapier@gentoo.org>
+
+ * aclocal.in (scan_configure_dep): Ignore ## lines.
+ (scan_file): Remove dnl and # comments.
+
+--- aclocal.in
++++ aclocal.in
+@@ -227,6 +227,8 @@
+ foreach (split ("\n", $contents))
+ {
+ ++$line;
++ # Ignore `##' lines.
++ next if /^##/;
+ # Remove comments from current line.
+ s/\bdnl\b.*$//;
+ s/\#.*$//;
+@@ -311,6 +313,10 @@
+
+ $contents .= $_;
+
++ # Remove comments from current line.
++ s/\bdnl\b.*$//;
++ s/\#.*$//;
++
+ while (/$ac_defun_rx/go)
+ {
+ if (! defined $1)
diff --git a/sys-devel/automake/files/digest-automake-1.9.6-r2 b/sys-devel/automake/files/digest-automake-1.9.6-r2
new file mode 100644
index 000000000000..3fe57a5cad3e
--- /dev/null
+++ b/sys-devel/automake/files/digest-automake-1.9.6-r2
@@ -0,0 +1 @@
+MD5 c11b8100bb311492d8220378fd8bf9e0 automake-1.9.6.tar.bz2 765505